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

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@
		interrupts = <0 54 0>;
	};

	rtc {
	rtc@101E0000 {
		compatible = "samsung,s3c6410-rtc";
		reg = <0x101E0000 0x100>;
		interrupts = <0 43 0>, <0 44 0>;
+1 −1
Original line number Diff line number Diff line
@@ -538,7 +538,7 @@
		};
	};

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

+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@
		};
	};

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

+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@
		clock-names = "mfc";
	};

	rtc {
	rtc@101E0000 {
		clocks = <&clock 337>;
		clock-names = "rtc";
	};