Commit 849e087b authored by Zhang Ying-22455's avatar Zhang Ying-22455 Committed by Shawn Guo
Browse files

arm64: dts: lx2160a: fix scl-gpios property name



Fix the typo in the property name.

Fixes: d548c217 ("arm64: dts: add QorIQ LX2160A SoC support")
Signed-off-by: default avatarZhang Ying <ying.zhang22455@nxp.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 39e66068
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -719,7 +719,7 @@
			clock-names = "i2c";
			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
					    QORIQ_CLK_PLL_DIV(16)>;
			scl-gpio = <&gpio2 15 GPIO_ACTIVE_HIGH>;
			scl-gpios = <&gpio2 15 GPIO_ACTIVE_HIGH>;
			status = "disabled";
		};

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