diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2020-01-16 16:25:35 +0100 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2020-01-23 11:43:10 +0900 |
commit | da63b5da61318a2ea8a84a41f2e49eb24f8a3759 (patch) | |
tree | 9cf5a4280c32caef8bc281e75b2d52795f70c8f4 /include | |
parent | 1bca28a5d98a81a9d189a46347f8a92619624f94 (diff) | |
download | u-boot-da63b5da61318a2ea8a84a41f2e49eb24f8a3759.tar.gz u-boot-da63b5da61318a2ea8a84a41f2e49eb24f8a3759.tar.xz u-boot-da63b5da61318a2ea8a84a41f2e49eb24f8a3759.zip |
arm: dts: exynos: Use common alias for Odroid U3/X2 MMC2 (SD-card)
Use MMC0 for eMMC and MMC2 for SD-card as other Exynos-based boards do.
This allows to use common code to get MMC device id based on the XOM[7:5]
pins.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/odroid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h index 77fca32fca..7989fb29d1 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -80,7 +80,7 @@ "tzsw raw 0x83f 0x138\0" #define BOOT_TARGET_DEVICES(func) \ - func(MMC, mmc, 1) \ + func(MMC, mmc, 2) \ func(MMC, mmc, 0) #include <config_distro_bootcmd.h> |