[PATCH V2] ARM: dts: Enable RTC node for Arndale
Tushar Behera
tushar.behera at linaro.org
Mon Jun 17 00:09:39 EDT 2013
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 at linaro.org>
---
Changes for V2:
* RTC node is enabled only for Arndale board. Earlier it was enabled
in exynos5250.dtsi.
arch/arm/boot/dts/exynos5250-arndale.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 02cfc76..b38080a 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -449,4 +449,8 @@
clock-frequency = <24000000>;
};
};
+
+ rtc {
+ status = "okay";
+ };
};
--
1.7.9.5
More information about the linux-arm-kernel
mailing list