diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2022-03-08 14:00:20 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-12 12:20:20 +0200 |
commit | 3c6995b71d2a6071b0894deabdafe0a183254cea (patch) | |
tree | 9a241bcfe5aa32440d09e55a1cc2980ac2fe5ec5 /arch | |
parent | b5d92ad96f2750291f19b4f37bcc3ea9e9a620f1 (diff) | |
download | linux-stable-3c6995b71d2a6071b0894deabdafe0a183254cea.tar.gz linux-stable-3c6995b71d2a6071b0894deabdafe0a183254cea.tar.bz2 linux-stable-3c6995b71d2a6071b0894deabdafe0a183254cea.zip |
ARM: dts: Fix mmc order for omap3-gta04
[ Upstream commit 09269dd050094593fc747f2a5853d189fefcb6b5 ]
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: a1ebdb374199 ("ARM: dts: Fix swapped mmc order for omap3")
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Message-Id: <dc9173ee3d391d9e92b7ab8ed4f84b29f0a21c83.1646744420.git.hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index a5aed92ab54b..820bdd5326ab 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -29,6 +29,8 @@ aliases { display0 = &lcd; display1 = &tv0; + /delete-property/ mmc2; + /delete-property/ mmc3; }; /* fixed 26MHz oscillator */ |