Commit 24b44d24 authored by Vikas Sajjan's avatar Vikas Sajjan Committed by Kukjin Kim

ARM: dts: Fix the RTC DT node name for Exynos5250

Fixes the RTC DT node name for Exynos5250 as per the DT node naming
convention.
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 6f9d02a0
...@@ -95,7 +95,7 @@ serial@12C30000 { ...@@ -95,7 +95,7 @@ serial@12C30000 {
interrupts = <0 54 0>; interrupts = <0 54 0>;
}; };
rtc { rtc@101E0000 {
compatible = "samsung,s3c6410-rtc"; compatible = "samsung,s3c6410-rtc";
reg = <0x101E0000 0x100>; reg = <0x101E0000 0x100>;
interrupts = <0 43 0>, <0 44 0>; interrupts = <0 43 0>, <0 44 0>;
......
...@@ -538,7 +538,7 @@ timing0: timing@0 { ...@@ -538,7 +538,7 @@ timing0: timing@0 {
}; };
}; };
rtc { rtc@101E0000 {
status = "okay"; status = "okay";
}; };
......
...@@ -171,7 +171,7 @@ keyboard-controller { ...@@ -171,7 +171,7 @@ keyboard-controller {
}; };
}; };
rtc { rtc@101E0000 {
status = "okay"; status = "okay";
}; };
......
...@@ -180,7 +180,7 @@ codec@11000000 { ...@@ -180,7 +180,7 @@ codec@11000000 {
clock-names = "mfc"; clock-names = "mfc";
}; };
rtc { rtc@101E0000 {
clocks = <&clock 337>; clocks = <&clock 337>;
clock-names = "rtc"; clock-names = "rtc";
}; };
......
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