aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Sajjan <vikas.sajjan@linaro.org>2013-08-25 13:28:05 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-08-25 13:28:05 -0400
commit73784475febfc69945f4663fc0ba287cdf535460 (patch)
tree648ea90ca7ce4f62ffc80b6a397e952564cde7db
parent24b44d24dc823cc56060bbffd093b08c8f9139c8 (diff)
ARM: dts: Update the "status" property of RTC DT node for Exynos5250 SoC
Moves the RTC DT node's "status" property from exynos5250 board (arndale & snow) dts files to exynos5250.dtsi, since the bindings in exynos5250.dtsi depicts the RTC h/w completely. Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos5250-arndale.dts4
-rw-r--r--arch/arm/boot/dts/exynos5250-snow.dts4
-rw-r--r--arch/arm/boot/dts/exynos5250.dtsi1
3 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 264913fba783..cee55fa33731 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -538,10 +538,6 @@
538 }; 538 };
539 }; 539 };
540 540
541 rtc@101E0000 {
542 status = "okay";
543 };
544
545 usb_hub_bus { 541 usb_hub_bus {
546 compatible = "simple-bus"; 542 compatible = "simple-bus";
547 #address-cells = <1>; 543 #address-cells = <1>;
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index 24413a6754b9..fd711e245e8d 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -171,10 +171,6 @@
171 }; 171 };
172 }; 172 };
173 173
174 rtc@101E0000 {
175 status = "okay";
176 };
177
178 /* 174 /*
179 * On Snow we've got SIP WiFi and so can keep drive strengths low to 175 * On Snow we've got SIP WiFi and so can keep drive strengths low to
180 * reduce EMI. 176 * reduce EMI.
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 320e82d547aa..b4740af6e030 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -183,6 +183,7 @@
183 rtc@101E0000 { 183 rtc@101E0000 {
184 clocks = <&clock 337>; 184 clocks = <&clock 337>;
185 clock-names = "rtc"; 185 clock-names = "rtc";
186 status = "okay";
186 }; 187 };
187 188
188 tmu@10060000 { 189 tmu@10060000 {