Skip to content

Commit 09269dd

Browse files
goldelicotmlind
authored andcommitted
ARM: dts: Fix mmc order for omap3-gta04
Commit a1ebdb3 ("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: a1ebdb3 ("ARM: dts: Fix swapped mmc order for omap3") Signed-off-by: H. Nikolaus Schaller <[email protected]> Message-Id: <dc9173ee3d391d9e92b7ab8ed4f84b29f0a21c83.1646744420.git.hns@goldelico.com> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 8d2453d commit 09269dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/omap3-gta04.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
aliases {
3232
display0 = &lcd;
3333
display1 = &tv0;
34+
/delete-property/ mmc2;
35+
/delete-property/ mmc3;
3436
};
3537

3638
ldo_3v3: fixedregulator {

0 commit comments

Comments
 (0)