aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2013-06-12 15:08:08 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-06-19 16:53:01 +0530
commit29d8c7847fdd4f7365e32ced1fb1cf753a349608 (patch)
tree5188c42a8d18120c4400d8fe06df7cd3dea8e596
parentd371fa57008a78c4d319428a817f5ed5a07f801a (diff)
ARM: dts: Enable RTC node for exynos5250
The issues reported in commit 522ccdb6fd0e ("ARM: dts: Disable the RTC by default on exynos5") are no longer reproduced on EXYNOS5250 based Arndale board. Hence re-enabling RTC support for Arndale board. This is helpful for testing S2R on Arndale board. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/boot/dts/exynos5250-arndale.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index ba28af2a5e9..b9373e9463f 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -454,4 +454,8 @@
clock-frequency = <24000000>;
};
};
+
+ rtc {
+ status = "okay";
+ };
};