提交 451c402b 编写于 作者: S Sachin Kamat 提交者: Kukjin Kim

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: NSachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: NTomasz Figa <t.figa@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 c8c253fc
...@@ -31,6 +31,10 @@ oscclk { ...@@ -31,6 +31,10 @@ oscclk {
}; };
}; };
rtc@101E0000 {
status = "okay";
};
mmc@12200000 { mmc@12200000 {
status = "okay"; status = "okay";
broken-cd; broken-cd;
......
...@@ -31,6 +31,10 @@ oscclk { ...@@ -31,6 +31,10 @@ oscclk {
}; };
}; };
rtc@101E0000 {
status = "okay";
};
mmc@12200000 { mmc@12200000 {
status = "okay"; status = "okay";
broken-cd; broken-cd;
......
...@@ -271,7 +271,7 @@ pinctrl_4: pinctrl@03860000 { ...@@ -271,7 +271,7 @@ pinctrl_4: pinctrl@03860000 {
rtc@101E0000 { rtc@101E0000 {
clocks = <&clock 317>; clocks = <&clock 317>;
clock-names = "rtc"; clock-names = "rtc";
status = "okay"; status = "disabled";
}; };
amba { amba {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册