Enabed the dw-mmc controller. It needs to set configuration into include/trats2.h. (CONFIG_DWMMC, CONFIG_EXYNOS_DWMMC, CONFIG_BOUNCE_BUFFER)
Signed-off-by: Jaehoon Chung <[email protected]> --- arch/arm/dts/exynos4412-trats2.dts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/exynos4412-trats2.dts b/arch/arm/dts/exynos4412-trats2.dts index 438e70e..befcf1d 100644 --- a/arch/arm/dts/exynos4412-trats2.dts +++ b/arch/arm/dts/exynos4412-trats2.dts @@ -417,6 +417,7 @@ samsung,bus-width = <8>; samsung,timing = <1 3 3>; pwr-gpios = <&gpio 0x2004002 0>; + status = "disabled"; }; sdhci@12520000 { @@ -435,7 +436,10 @@ dwmmc@12550000 { samsung,bus-width = <8>; - samsung,timing = <0 1 0>; + samsung,timing = <2 1 0>; + fifoth_val = <0x203f0040>; + bus_hz = <200000000>; + div = <0x7>; pwr-gpios = <&gpio 0x2004002 0>; index = <4>; }; -- 1.7.9.5 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

