Skip to content

Commit f8c5fa1

Browse files
SuperDavidWurkhuangtao
authored andcommitted
arm64: dts: rockchip: increase the i2c1 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: I17f858b28ed11992411c52e5f83424b0187d097c Signed-off-by: David Wu <david.wu@rock-chips.com>
1 parent 9907967 commit f8c5fa1

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
@@ -593,6 +593,9 @@
593593

594594
&i2c1 {
595595
status = "okay";
596+
clock-frequency = <400000>;
597+
i2c-scl-rising-time-ns = <275>;
598+
i2c-scl-falling-time-ns = <16>;
596599

597600
sensor@0f {
598601
status = "okay";

0 commit comments

Comments
 (0)