
Enable the CONFIG_DM_MMC for Exynos4 series. To use this, change the nodes relevant to mmc/sd in each dts.
Tested with trats/trats2/universal_c210/odroid. But i didn't test origen board..someone can test it. It's helpful.
Jaehoon Chung (2): ARM: dts: exynos4: change the nodes relevant to mmc/sd configs: enable the CONFIG_DM_MMC for exynos4 series
arch/arm/dts/exynos4.dtsi | 25 +++++++++------ arch/arm/dts/exynos4210-origen.dts | 24 ++++---------- arch/arm/dts/exynos4210-trats.dts | 40 +++++++++--------------- arch/arm/dts/exynos4210-universal_c210.dts | 36 +++++++++------------ arch/arm/dts/exynos4412-odroid.dts | 50 ++++++++++++------------------ arch/arm/dts/exynos4412-trats2.dts | 49 +++++++++++++++-------------- arch/arm/dts/exynos4x12.dtsi | 13 -------- configs/odroid_defconfig | 1 + configs/origen_defconfig | 1 + configs/s5pc210_universal_defconfig | 1 + configs/trats2_defconfig | 1 + configs/trats_defconfig | 1 + 12 files changed, 99 insertions(+), 143 deletions(-)