Skip to content

Commit c047bd9

Browse files
Marco Felschksacilotto
authored andcommitted
ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status
BugLink: https://bugs.launchpad.net/bugs/1916056 [ Upstream commit 70b6ff4 ] 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]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent e2f2472 commit c047bd9

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)