diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-21 08:01:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-21 08:01:07 -0400 |
commit | 235c5b8315c6a9eb566fd3d99a098cc6db869fc5 (patch) | |
tree | 3eb6279dd316fa6b3509ca654502c6b590f56246 /arch/arm/dts/exynos4412-trats2.dts | |
parent | 9c067c873fcfe62affb5009c3a227d44c75938d5 (diff) | |
parent | 2c62e313b14186d67f5bf26095f36a246cb0c3a4 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'arch/arm/dts/exynos4412-trats2.dts')
-rw-r--r-- | arch/arm/dts/exynos4412-trats2.dts | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/arch/arm/dts/exynos4412-trats2.dts b/arch/arm/dts/exynos4412-trats2.dts index fd9e48c899..0938e7941a 100644 --- a/arch/arm/dts/exynos4412-trats2.dts +++ b/arch/arm/dts/exynos4412-trats2.dts @@ -31,9 +31,8 @@ i2c9 = &i2c_max77693; serial0 = "/serial@13800000"; console = "/serial@13820000"; - mmc0 = "/sdhci@12510000"; - mmc2 = "/sdhci@12530000"; - mshc0 = "/dwmmc@12550000"; + mmc0 = &mshc_0; + mmc1 = &sdhci2; }; i2c_fg: fuel-gauge { @@ -437,28 +436,30 @@ pwr-gpios = <&gpk0 4 0>; status = "disabled"; }; +}; - sdhci@12520000 { - status = "disabled"; - }; - - sdhci@12530000 { - samsung,bus-width = <4>; - samsung,timing = <1 2 3>; - cd-gpios = <&gpk2 2 0>; - }; +&sdhci0 { + samsung,bus-width = <8>; + samsung,timing = <1 3 3>; + pwr-gpios = <&gpk0 4 0>; + status = "disabled"; +}; - sdhci@12540000 { - status = "disabled"; - }; +&sdhci2 { + samsung,bus-width = <4>; + samsung,timing = <1 2 3>; + cd-gpios = <&gpk2 2 0>; + status = "okay"; +}; - dwmmc@12550000 { - samsung,bus-width = <8>; - samsung,timing = <2 1 0>; - pwr-gpios = <&gpk0 4 0>; - fifoth_val = <0x203f0040>; - bus_hz = <400000000>; - div = <0x3>; - index = <4>; - }; +&mshc_0 { + samsung,bus-width = <8>; + samsung,timing = <2 1 0>; + samsung,removable = <0>; + fifoth_val = <0x203f0040>; + bus_hz = <400000000>; + div = <0x3>; + index = <4>; + fifo-depth = <0x80>; + status = "okay"; }; |