linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Set status to disable for MMC3
@ 2019-10-07  8:03 Emmanuel Vadot
  2019-10-07 16:16 ` Tony Lindgren
  0 siblings, 1 reply; 6+ messages in thread
From: Emmanuel Vadot @ 2019-10-07  8:03 UTC (permalink / raw)
  To: bcousson, tony, robh+dt, mark.rutland
  Cc: linux-omap, devicetree, linux-kernel, Emmanuel Vadot

Commit 5b63fb90adb95 ("ARM: dts: Fix incomplete dts data for am3 and am4 mmc")
fixed the mmc instances on the l3 interconnect but removed the disabled status.
Fix this and let boards properly define it if it have it.

Fixes: 5b63fb90adb95 ("ARM: dts: Fix incomplete dts data for am3 and am4 mmc")
Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
---
 arch/arm/boot/dts/am33xx.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index fb6b8aa12cc5..b3a1fd9e39fa 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -260,6 +260,7 @@
 				ti,needs-special-reset;
 				interrupts = <29>;
 				reg = <0x0 0x1000>;
+				status = "disabled";
 			};
 		};
 
-- 
2.22.0


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

end of thread, other threads:[~2019-10-07 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07  8:03 [PATCH] ARM: dts: Set status to disable for MMC3 Emmanuel Vadot
2019-10-07 16:16 ` Tony Lindgren
2019-10-07 16:38   ` Emmanuel Vadot
2019-10-07 16:58     ` Tony Lindgren
2019-10-07 17:29       ` Emmanuel Vadot
2019-10-07 17:46         ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).