diff options
Diffstat (limited to 'src/arm/socfpga_arria10_socdk.dtsi')
-rw-r--r-- | src/arm/socfpga_arria10_socdk.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/socfpga_arria10_socdk.dtsi b/src/arm/socfpga_arria10_socdk.dtsi index 94e088473823b..3a32de9ded3b6 100644 --- a/src/arm/socfpga_arria10_socdk.dtsi +++ b/src/arm/socfpga_arria10_socdk.dtsi @@ -130,13 +130,13 @@ }; &i2c1 { - speed-mode = <0>; status = "okay"; /* * adjust the falling times to decrease the i2c frequency to 50Khz * because the LCD module does not work at the standard 100Khz */ + clock-frequency = <100000>; i2c-sda-falling-time-ns = <6000>; i2c-scl-falling-time-ns = <6000>; |