提交 7c937d26 编写于 作者: T Thierry Reding 提交者: Shawn Guo

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: NThierry Reding <treding@nvidia.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 7e9102c9
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
pinctrl-0 = <&pinctrl_i2c2>; pinctrl-0 = <&pinctrl_i2c2>;
status = "okay"; status = "okay";
rtc: m41t00@68 { rtc: rtc@68 {
compatible = "st,m41t00"; compatible = "st,m41t00";
reg = <0x68>; reg = <0x68>;
}; };
......
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
clock-frequency = <400000>; clock-frequency = <400000>;
status = "okay"; status = "okay";
rtc1: ds1339@68 { rtc1: rtc@68 {
compatible = "dallas,ds1339"; compatible = "dallas,ds1339";
reg = <0x68>; reg = <0x68>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
pinctrl-0 = <&pinctrl_i2c3>; pinctrl-0 = <&pinctrl_i2c3>;
status = "okay"; status = "okay";
rtc: ds1307@68 { rtc: rtc@68 {
compatible = "dallas,ds1307"; compatible = "dallas,ds1307";
reg = <0x68>; reg = <0x68>;
}; };
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
}; };
&i2c3 { &i2c3 {
rtc: mcp7940x@6f { rtc: rtc@6f {
compatible = "microchip,mcp7940x"; compatible = "microchip,mcp7940x";
reg = <0x6f>; reg = <0x6f>;
}; };
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
/delete-node/ codec@a; /delete-node/ codec@a;
/delete-node/ touchscreen@48; /delete-node/ touchscreen@48;
rtc: mcp7940x@6f { rtc: rtc@6f {
compatible = "microchip,mcp7940x"; compatible = "microchip,mcp7940x";
reg = <0x6f>; reg = <0x6f>;
}; };
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
}; };
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc: m41t0m6@68 { rtc: rtc@68 {
compatible = "st,m41t0"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
}; };
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc: m41t0m6@68 { rtc: rtc@68 {
compatible = "st,m41t0"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
status = "okay"; status = "okay";
/* M41T0M6 real time clock on carrier board */ /* M41T0M6 real time clock on carrier board */
rtc: m41t0m6@68 { rtc: rtc@68 {
compatible = "st,m41t0"; compatible = "st,m41t0";
reg = <0x68>; reg = <0x68>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册