ARM: dts: Enable RTC node for Arndale
authorTushar Behera <tushar.behera@linaro.org>
Mon, 17 Jun 2013 21:46:06 +0000 (06:46 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 17 Jun 2013 21:46:06 +0000 (06:46 +0900)
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>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250-arndale.dts

index c371f7c..c6db281 100644 (file)
                };
        };
 
+       rtc {
+               status = "okay";
+       };
 };