[PATCH] ARM: dts: Fix MSHC property and add RTC node

Dongjin Kim tobetter at gmail.com
Wed Jan 23 11:40:38 EST 2013


This fixes the property of dw-mshc-sdr-timing and dw-mshc-ddr-timing as per
its current binding, it only has two cells.
And also RTC node is added new.

Signed-off-by: Dongjin Kim <tobetter at gmail.com>
---
 arch/arm/boot/dts/exynos4412-odroidx.dts |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts
index f41a84e..1c1d5ec 100644
--- a/arch/arm/boot/dts/exynos4412-odroidx.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
@@ -49,8 +49,8 @@
 		fifo-depth = <0x80>;
 		card-detect-delay = <200>;
 		samsung,dw-mshc-ciu-div = <3>;
-		samsung,dw-mshc-sdr-timing = <2 3 3>;
-		samsung,dw-mshc-ddr-timing = <1 2 3>;
+		samsung,dw-mshc-sdr-timing = <2 3>;
+		samsung,dw-mshc-ddr-timing = <1 2>;
 
 		slot at 0 {
 			reg = <0>;
@@ -90,4 +90,8 @@
 	serial at 13830000 {
 		status = "okay";
 	};
+
+	rtc at 10070000 {
+		status = "okay";
+	};
 };
-- 
1.7.10.4




More information about the linux-arm-kernel mailing list