devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Fix mmc order for omap3-gta04
@ 2022-03-08 13:00 H. Nikolaus Schaller
  2022-04-12  9:44 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: H. Nikolaus Schaller @ 2022-03-08 13:00 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren, Rob Herring
  Cc: linux-omap, devicetree, linux-kernel, letux-kernel, kernel,
	H. Nikolaus Schaller

commit a1ebdb374199 ("ARM: dts: Fix swapped mmc order for omap3")

introduces general mmc aliases. Let's tailor them to the need
of the GTA04 board which does not make use of mmc2 and mmc3 interfaces.

Fixes: commit a1ebdb374199 ("ARM: dts: Fix swapped mmc order for omap3")
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 7e3d8147e2c1..0365f06165e9 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -31,6 +31,8 @@ chosen {
 	aliases {
 		display0 = &lcd;
 		display1 = &tv0;
+		/delete-property/ mmc2;
+		/delete-property/ mmc3;
 	};
 
 	ldo_3v3: fixedregulator {
-- 
2.33.0


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

* Re: [PATCH] ARM: dts: Fix mmc order for omap3-gta04
  2022-03-08 13:00 [PATCH] ARM: dts: Fix mmc order for omap3-gta04 H. Nikolaus Schaller
@ 2022-04-12  9:44 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2022-04-12  9:44 UTC (permalink / raw)
  To: H. Nikolaus Schaller
  Cc: Benoît Cousson, Rob Herring, linux-omap, devicetree,
	linux-kernel, letux-kernel, kernel

* H. Nikolaus Schaller <hns@goldelico.com> [220308 14:59]:
> commit a1ebdb374199 ("ARM: dts: Fix swapped mmc order for omap3")
> 
> introduces general mmc aliases. Let's tailor them to the need
> of the GTA04 board which does not make use of mmc2 and mmc3 interfaces.
> 
> Fixes: commit a1ebdb374199 ("ARM: dts: Fix swapped mmc order for omap3")
> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>

Applying into fixes thanks.

Tony

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

end of thread, other threads:[~2022-04-12 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 13:00 [PATCH] ARM: dts: Fix mmc order for omap3-gta04 H. Nikolaus Schaller
2022-04-12  9:44 ` 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).