mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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>
This commit is contained in:
parent
68b095de9e
commit
99079676c2
|
|
@ -336,6 +336,9 @@ &gpu {
|
|||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
i2c-scl-rising-time-ns = <280>;
|
||||
i2c-scl-falling-time-ns = <16>;
|
||||
|
||||
rk817: pmic@20 {
|
||||
compatible = "rockchip,rk817";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user