Drop MMC related fields from the DTS that are already setup by
exynos54xx.dtsi and correct the value of fifoth_val

Signed-off-by: Sjoerd Simons <sjoerd.sim...@collabora.co.uk>
---
 arch/arm/dts/exynos5422-odroidxu3.dts | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts 
b/arch/arm/dts/exynos5422-odroidxu3.dts
index 533d88e..bd88450 100644
--- a/arch/arm/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/dts/exynos5422-odroidxu3.dts
@@ -36,22 +36,11 @@
        };
 
        mmc@12200000 {
-               samsung,bus-width = <8>;
-               samsung,timing = <1 3 3>;
-               fifoth_val = <0x200f0020>;
-       };
-
-       mmc@12210000 {
-               status = "disabled";
+               fifoth_val = <0x201f0020>;
        };
 
        mmc@12220000 {
-               samsung,bus-width = <4>;
-               samsung,timing = <1 2 3>;
-               fifoth_val = <0x200f0020>;
+               fifoth_val = <0x201f0020>;
        };
 
-       mmc@12230000 {
-               status = "disabled";
-       };
 };
-- 
2.1.3

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to