Skip to content

Commit 849e087

Browse files
Zhang Ying-22455Shawn Guo
authored andcommitted
arm64: dts: lx2160a: fix scl-gpios property name
Fix the typo in the property name. Fixes: d548c21 ("arm64: dts: add QorIQ LX2160A SoC support") Signed-off-by: Zhang Ying <[email protected]> Signed-off-by: Li Yang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 39e6606 commit 849e087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@
719719
clock-names = "i2c";
720720
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
721721
QORIQ_CLK_PLL_DIV(16)>;
722-
scl-gpio = <&gpio2 15 GPIO_ACTIVE_HIGH>;
722+
scl-gpios = <&gpio2 15 GPIO_ACTIVE_HIGH>;
723723
status = "disabled";
724724
};
725725

@@ -768,7 +768,7 @@
768768
clock-names = "i2c";
769769
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
770770
QORIQ_CLK_PLL_DIV(16)>;
771-
scl-gpio = <&gpio2 16 GPIO_ACTIVE_HIGH>;
771+
scl-gpios = <&gpio2 16 GPIO_ACTIVE_HIGH>;
772772
status = "disabled";
773773
};
774774

0 commit comments

Comments
 (0)