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
[ 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 <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Marco Felsch authored and gregkh committed Feb 3, 2021
1 parent d871650 commit fd59c86
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 fd59c86

Please sign in to comment.