Skip to content

Commit 70b6ff4

Browse files
Marco FelschShawn Guo
authored andcommitted
ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status
Fix typo so the gpio i2c busses are really disabled. Fixes: 2125212 ("ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM Support") Signed-off-by: Marco Felsch <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 097530b commit 70b6ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
i2c-gpio,delay-us = <2>; /* ~100 kHz */
168168
#address-cells = <1>;
169169
#size-cells = <0>;
170-
status = "disabld";
170+
status = "disabled";
171171
};
172172

173173
i2c_cam: i2c-gpio-cam {
@@ -179,7 +179,7 @@
179179
i2c-gpio,delay-us = <2>; /* ~100 kHz */
180180
#address-cells = <1>;
181181
#size-cells = <0>;
182-
status = "disabld";
182+
status = "disabled";
183183
};
184184
};
185185

0 commit comments

Comments
 (0)