diff options
author | Dongjin Kim <tobetter@gmail.com> | 2013-02-05 00:38:27 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-07 05:39:50 -0500 |
commit | f11503d98969927d7f2e74c431ed71aa644f7017 (patch) | |
tree | a95877608af11898a61a68c5f56fef0a3d4a597a /arch/arm/boot/dts/exynos4412-odroidx.dts | |
parent | ec34d52e2adb48d961dc51037886f2373a3407d2 (diff) |
ARM: dts: enable RTC device node for exynos4412-odroidx
This patch enables RTC device node defined in exynos4.dtsi for
exynos4412-odroidx.
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-odroidx.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroidx.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts index 009a9c2a0df7..0084d9548bbf 100644 --- a/arch/arm/boot/dts/exynos4412-odroidx.dts +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts | |||
@@ -68,6 +68,10 @@ | |||
68 | regulator-boot-on; | 68 | regulator-boot-on; |
69 | }; | 69 | }; |
70 | 70 | ||
71 | rtc@10070000 { | ||
72 | status = "okay"; | ||
73 | }; | ||
74 | |||
71 | sdhci@12530000 { | 75 | sdhci@12530000 { |
72 | bus-width = <4>; | 76 | bus-width = <4>; |
73 | pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>; | 77 | pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>; |