[U-Boot] [PATCH 1/2] arm: dts: odroid-c2: assign mmc device number 0 to eMMC slot

Heiner Kallweit hkallweit1 at gmail.com
Fri Apr 14 08:24:52 UTC 2017


In most cases Odroid C2 is used with a eMMC card. So far the eMMC slot
was assigned dev number 1 (0 is the SD slot). So on uboot prompt
we had to manually switch the mmc device first. Therefore change the
device number assignment.

Signed-off-by: Heiner Kallweit <hkallweit1 at gmail.com>
---
 arch/arm/dts/meson-gxbb-odroidc2.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/meson-gxbb-odroidc2.dts b/arch/arm/dts/meson-gxbb-odroidc2.dts
index c737183..5ec67ca 100644
--- a/arch/arm/dts/meson-gxbb-odroidc2.dts
+++ b/arch/arm/dts/meson-gxbb-odroidc2.dts
@@ -53,6 +53,8 @@
 
 	aliases {
 		serial0 = &uart_AO;
+		mmc0 = &sd_emmc_c;
+		mmc1 = &sd_emmc_b;
 	};
 
 	chosen {
-- 
2.12.2




More information about the U-Boot mailing list