Browse Source

ARM: dts: Enable RTC node for Arndale

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>
Tushar Behera 12 years ago
parent
commit
5776d6efb5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/arm/boot/dts/exynos5250-arndale.dts

+ 3 - 0
arch/arm/boot/dts/exynos5250-arndale.dts

@@ -477,4 +477,7 @@
 		};
 	};
 
+	rtc {
+		status = "okay";
+	};
 };