Commit 7c937d26 authored by Thierry Reding's avatar Thierry Reding Committed by Shawn Guo
Browse files

ARM: dts: imx: Rename RTC device tree nodes



Device tree nodes for RTC devices should be called "rtc", so fix up some
instances where that wasn't the case.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7e9102c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ &i2c2 {
	pinctrl-0 = <&pinctrl_i2c2>;
	status = "okay";

	rtc: m41t00@68 {
	rtc: rtc@68 {
		compatible = "st,m41t00";
		reg = <0x68>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ &i2c1 {
	clock-frequency = <400000>;
	status = "okay";

	rtc1: ds1339@68 {
	rtc1: rtc@68 {
		compatible = "dallas,ds1339";
		reg = <0x68>;
		pinctrl-names = "default";
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ &i2c3 {
	pinctrl-0 = <&pinctrl_i2c3>;
	status = "okay";

	rtc: ds1307@68 {
	rtc: rtc@68 {
		compatible = "dallas,ds1307";
		reg = <0x68>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ &ds1339 {
};

&i2c3 {
	rtc: mcp7940x@6f {
	rtc: rtc@6f {
		compatible = "microchip,mcp7940x";
		reg = <0x6f>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ &i2c2 {
	/delete-node/ codec@a;
	/delete-node/ touchscreen@48;

	rtc: mcp7940x@6f {
	rtc: rtc@6f {
		compatible = "microchip,mcp7940x";
		reg = <0x6f>;
	};
Loading