mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
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:
parent
c8c253fc58
commit
451c402b75
@ -31,6 +31,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
rtc@101E0000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
mmc@12200000 {
|
||||
status = "okay";
|
||||
broken-cd;
|
||||
|
@ -31,6 +31,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
rtc@101E0000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
mmc@12200000 {
|
||||
status = "okay";
|
||||
broken-cd;
|
||||
|
@ -271,7 +271,7 @@
|
||||
rtc@101E0000 {
|
||||
clocks = <&clock 317>;
|
||||
clock-names = "rtc";
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
amba {
|
||||
|
Loading…
Reference in New Issue
Block a user