ARM: dts: Re-organize RTC status for exynos5420

Some boards might not have RTC xtal, so RTC shouldn't really be
enabled by default. Enable it in the required board files.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
Sachin Kamat 2014-02-24 08:47:28 +09:00 committed by Kukjin Kim
parent c8c253fc58
commit 451c402b75
3 changed files with 9 additions and 1 deletions

View File

@ -31,6 +31,10 @@
};
};
rtc@101E0000 {
status = "okay";
};
mmc@12200000 {
status = "okay";
broken-cd;

View File

@ -31,6 +31,10 @@
};
};
rtc@101E0000 {
status = "okay";
};
mmc@12200000 {
status = "okay";
broken-cd;

View File

@ -271,7 +271,7 @@
rtc@101E0000 {
clocks = <&clock 317>;
clock-names = "rtc";
status = "okay";
status = "disabled";
};
amba {