Skip to content

Commit a1ebdb3

Browse files
committed
ARM: dts: Fix swapped mmc order for omap3
Also some omap3 devices like n900 seem to have eMMC and micro-sd swapped around with commit 21b2cec ("mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4"). Let's fix the issue with aliases as discussed on the mailing lists. While the mmc aliases should be board specific, let's first fix the issue with minimal changes. Cc: Aaro Koskinen <[email protected]> Cc: Peter Ujfalusi <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent a3efe3f commit a1ebdb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/boot/dts/omap3.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
i2c0 = &i2c1;
2525
i2c1 = &i2c2;
2626
i2c2 = &i2c3;
27+
mmc0 = &mmc1;
28+
mmc1 = &mmc2;
29+
mmc2 = &mmc3;
2730
serial0 = &uart1;
2831
serial1 = &uart2;
2932
serial2 = &uart3;

0 commit comments

Comments
 (0)