arm64: dts: lx2160a: fix scl-gpios property name
authorZhang Ying-22455 <ying.zhang22455@nxp.com>
Tue, 14 Dec 2021 07:23:33 +0000 (01:23 -0600)
committerShawn Guo <shawnguo@kernel.org>
Thu, 16 Dec 2021 09:24:41 +0000 (17:24 +0800)
Fix the typo in the property name.

Fixes: d548c217c6a3c ("arm64: dts: add QorIQ LX2160A SoC support")
Signed-off-by: Zhang Ying <ying.zhang22455@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

index dc8661ebd1f6651b4eaea14675013d18245fb17c..2433e6f2eda8b706d55b61b2a1c47cc785c19466 100644 (file)
                        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";
                };
 
                        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";
                };