diff options
| author | Jaehoon Chung <[email protected]> | 2014-05-16 13:59:56 +0900 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2014-05-16 14:54:26 +0900 |
| commit | ea5ee2d7fb56632968f46814b19f56a64ea88add (patch) | |
| tree | f7d1ea1123260b1387f3f77d1bbdbdf1cbe65245 | |
| parent | 045bdcd0b2ff02effef09d945cee685b88ec521d (diff) | |
ARM: dts: exnyos: enable dw-mmc controller
Enabled the dw-mmc controller.
Signed-off-by: Jaehoon Chung <[email protected]>
Tested-by: Lukasz Majewski <[email protected]>
Acked-by: Lukasz Majewski <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
| -rw-r--r-- | arch/arm/dts/exynos4412-trats2.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos4412-trats2.dts b/arch/arm/dts/exynos4412-trats2.dts index 5269ae68a86..cc58c878b82 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 0xB2 0>; + status = "disabled"; }; sdhci@12520000 { @@ -435,8 +436,11 @@ dwmmc@12550000 { samsung,bus-width = <8>; - samsung,timing = <0 1 0>; + samsung,timing = <2 1 0>; pwr-gpios = <&gpio 0xB2 0>; + fifoth_val = <0x203f0040>; + bus_hz = <400000000>; + div = <0x3>; index = <4>; }; }; |
