Skip to content

Commit db66795

Browse files
author
Dinh Nguyen
committed
arm64: dts: stratix10: fix incorrect I2C property for SCL signal
The correct dts property for the SCL falling time is "i2c-scl-falling-time-ns". Fixes: c8da1d1 ("arm64: dts: stratix10: i2c clock running out of spec") Cc: stable@vger.kernel.org Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent 06c2afb commit db66795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
status = "okay";
146146
clock-frequency = <100000>;
147147
i2c-sda-falling-time-ns = <890>; /* hcnt */
148-
i2c-sdl-falling-time-ns = <890>; /* lcnt */
148+
i2c-scl-falling-time-ns = <890>; /* lcnt */
149149

150150
pinctrl-names = "default", "gpio";
151151
pinctrl-0 = <&i2c1_pmx_func>;

arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
status = "okay";
142142
clock-frequency = <100000>;
143143
i2c-sda-falling-time-ns = <890>; /* hcnt */
144-
i2c-sdl-falling-time-ns = <890>; /* lcnt */
144+
i2c-scl-falling-time-ns = <890>; /* lcnt */
145145

146146
adc@14 {
147147
compatible = "lltc,ltc2497";

0 commit comments

Comments
 (0)