diff mbox

[U-Boot,1/4] Odroid-XU3: Drop redundant fields

Message ID 1417437260-18032-2-git-send-email-sjoerd.simons@collabora.co.uk
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Sjoerd Simons Dec. 1, 2014, 12:34 p.m. UTC
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.simons@collabora.co.uk>
---
 arch/arm/dts/exynos5422-odroidxu3.dts | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)
diff mbox

Patch

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";
-	};
 };