All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status
@ 2021-01-05  9:24 Marco Felsch
  2021-01-11  3:30 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Felsch @ 2021-01-05  9:24 UTC (permalink / raw)
  To: shawnguo, festevam, linux-imx; +Cc: devicetree, kernel

Fix typo so the gpio i2c busses are really disabled.

Fixes: 2125212785c9 ("ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM Support")
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi b/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
index 36c2f0d9ce16..b167b33bd108 100644
--- a/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
@@ -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 {
@@ -179,7 +179,7 @@
 		i2c-gpio,delay-us = <2>; /* ~100 kHz */
 		#address-cells = <1>;
 		#size-cells = <0>;
-		status = "disabld";
+		status = "disabled";
 	};
 };
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status
  2021-01-05  9:24 [PATCH] ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status Marco Felsch
@ 2021-01-11  3:30 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2021-01-11  3:30 UTC (permalink / raw)
  To: Marco Felsch; +Cc: festevam, linux-imx, devicetree, kernel

On Tue, Jan 05, 2021 at 10:24:07AM +0100, Marco Felsch wrote:
> Fix typo so the gpio i2c busses are really disabled.
> 
> Fixes: 2125212785c9 ("ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM Support")
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-11  3:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05  9:24 [PATCH] ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status Marco Felsch
2021-01-11  3:30 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.