diff options
author | Vikas Sajjan <vikas.sajjan@linaro.org> | 2013-08-26 02:28:05 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-08-26 02:28:05 +0900 |
commit | 73784475febfc69945f4663fc0ba287cdf535460 (patch) | |
tree | 648ea90ca7ce4f62ffc80b6a397e952564cde7db /arch/arm/boot/dts/exynos5250.dtsi | |
parent | 24b44d24dc823cc56060bbffd093b08c8f9139c8 (diff) | |
download | blackbird-op-linux-73784475febfc69945f4663fc0ba287cdf535460.tar.gz blackbird-op-linux-73784475febfc69945f4663fc0ba287cdf535460.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ rtc@101E0000 { clocks = <&clock 337>; clock-names = "rtc"; + status = "okay"; }; tmu@10060000 { |