Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73784475 authored by Vikas Sajjan's avatar Vikas Sajjan Committed by Kukjin Kim
Browse files

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: default avatarVikas Sajjan <vikas.sajjan@linaro.org>
Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 24b44d24
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -538,10 +538,6 @@
		};
	};

	rtc@101E0000 {
		status = "okay";
	};

	usb_hub_bus {
		compatible = "simple-bus";
		#address-cells = <1>;
+0 −4
Original line number Diff line number Diff line
@@ -171,10 +171,6 @@
		};
	};

	rtc@101E0000 {
		status = "okay";
	};

	/*
	 * On Snow we've got SIP WiFi and so can keep drive strengths low to
	 * reduce EMI.
+1 −0
Original line number Diff line number Diff line
@@ -183,6 +183,7 @@
	rtc@101E0000 {
		clocks = <&clock 337>;
		clock-names = "rtc";
		status = "okay";
	};

	tmu@10060000 {