[U-Boot] [PATCH 1/4] Odroid-XU3: Drop redundant fields
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Mon Dec 1 13:34:17 CET 2014
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 at 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 at 12200000 {
- samsung,bus-width = <8>;
- samsung,timing = <1 3 3>;
- fifoth_val = <0x200f0020>;
- };
-
- mmc at 12210000 {
- status = "disabled";
+ fifoth_val = <0x201f0020>;
};
mmc at 12220000 {
- samsung,bus-width = <4>;
- samsung,timing = <1 2 3>;
- fifoth_val = <0x200f0020>;
+ fifoth_val = <0x201f0020>;
};
- mmc at 12230000 {
- status = "disabled";
- };
};
--
2.1.3
More information about the U-Boot
mailing list