Skip to content

Commit

Permalink
ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status
Browse files Browse the repository at this point in the history
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 <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Marco Felsch authored and Shawn Guo committed Jan 11, 2021
1 parent 097530b commit 70b6ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
Expand Up @@ -167,7 +167,7 @@
i2c-gpio,delay-us = <2>; /* ~100 kHz */
#address-cells = <1>;
#size-cells = <0>;
status = "disabld";
status = "disabled";
};

i2c_cam: i2c-gpio-cam {
Expand All @@ -179,7 +179,7 @@
i2c-gpio,delay-us = <2>; /* ~100 kHz */
#address-cells = <1>;
#size-cells = <0>;
status = "disabld";
status = "disabled";
};
};

Expand Down

0 comments on commit 70b6ff4

Please sign in to comment.