diff options
author | Doug Anderson <dianders@chromium.org> | 2013-06-18 06:46:20 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-18 06:46:20 +0900 |
commit | de39310ddfa7f999e51961b8cf6b15332af0c525 (patch) | |
tree | 62970bd5bbba911d1a906ba0dcea1f6b1c694ce3 /arch | |
parent | 5776d6efb50cc4a8834e19a932945dafe5838a71 (diff) |
ARM: dts: Enable RTC node for exynos5250-snow
By default the exynos RTC is disabled. Enable it for snow. There's
also an external RTC on the max77686 PMIC but we haven't yet enabled
that.
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-snow.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts index d449feb7e143..05244f150dd9 100644 --- a/arch/arm/boot/dts/exynos5250-snow.dts +++ b/arch/arm/boot/dts/exynos5250-snow.dts @@ -171,6 +171,10 @@ }; }; + rtc { + status = "okay"; + }; + /* * On Snow we've got SIP WiFi and so can keep drive strengths low to * reduce EMI. |