mirror of https://gitee.com/openkylin/linux.git
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 @@ oscclk {
|
|||
};
|
||||
};
|
||||
|
||||
rtc@101E0000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
mmc@12200000 {
|
||||
status = "okay";
|
||||
broken-cd;
|
||||
|
|
|
@ -31,6 +31,10 @@ oscclk {
|
|||
};
|
||||
};
|
||||
|
||||
rtc@101E0000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
mmc@12200000 {
|
||||
status = "okay";
|
||||
broken-cd;
|
||||
|
|
|
@ -271,7 +271,7 @@ pinctrl_4: pinctrl@03860000 {
|
|||
rtc@101E0000 {
|
||||
clocks = <&clock 317>;
|
||||
clock-names = "rtc";
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
amba {
|
||||
|
|
Loading…
Reference in New Issue