Skip to content

Commit 9907967

Browse files
SuperDavidWurkhuangtao
authored andcommitted
arm64: dts: rockchip: increase the i2c0 scl frequecny to 400k for rk3326-evb-lp3-v10
Base on the rise time of scl test, the scl frequecny could be increased to 400k. Change-Id: I9af57e13a97f0866ec4f0dd295f9bcf4cbeee304 Signed-off-by: David Wu <david.wu@rock-chips.com>
1 parent 68b095d commit 9907967

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3326-evb-lp3-v10.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@
336336

337337
&i2c0 {
338338
status = "okay";
339+
clock-frequency = <400000>;
340+
i2c-scl-rising-time-ns = <280>;
341+
i2c-scl-falling-time-ns = <16>;
339342

340343
rk817: pmic@20 {
341344
compatible = "rockchip,rk817";

0 commit comments

Comments
 (0)