Commit f11503d9 authored by Dongjin Kim's avatar Dongjin Kim Committed by Kukjin Kim

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: default avatarDongjin Kim <tobetter@gmail.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent ec34d52e
......@@ -68,6 +68,10 @@ regulator_p3v3 {
regulator-boot-on;
};
rtc@10070000 {
status = "okay";
};
sdhci@12530000 {
bus-width = <4>;
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment