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: Thierry Reding <treding@nvidia.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Thierry Reding 2021-12-20 14:43:11 +01:00 committed by Shawn Guo
parent 7e9102c9f9
commit 7c937d263d
8 changed files with 8 additions and 8 deletions

View File

@ -102,7 +102,7 @@
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
rtc: m41t00@68 {
rtc: rtc@68 {
compatible = "st,m41t00";
reg = <0x68>;
};

View File

@ -241,7 +241,7 @@
clock-frequency = <400000>;
status = "okay";
rtc1: ds1339@68 {
rtc1: rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
pinctrl-names = "default";

View File

@ -159,7 +159,7 @@
pinctrl-0 = <&pinctrl_i2c3>;
status = "okay";
rtc: ds1307@68 {
rtc: rtc@68 {
compatible = "dallas,ds1307";
reg = <0x68>;
};

View File

@ -85,7 +85,7 @@
};
&i2c3 {
rtc: mcp7940x@6f {
rtc: rtc@6f {
compatible = "microchip,mcp7940x";
reg = <0x6f>;
};

View File

@ -119,7 +119,7 @@
/delete-node/ codec@a;
/delete-node/ touchscreen@48;
rtc: mcp7940x@6f {
rtc: rtc@6f {
compatible = "microchip,mcp7940x";
reg = <0x6f>;
};

View File

@ -103,7 +103,7 @@
};
/* M41T0M6 real time clock on carrier board */
rtc: m41t0m6@68 {
rtc: rtc@68 {
compatible = "st,m41t0";
reg = <0x68>;
};

View File

@ -129,7 +129,7 @@
};
/* M41T0M6 real time clock on carrier board */
rtc: m41t0m6@68 {
rtc: rtc@68 {
compatible = "st,m41t0";
reg = <0x68>;
};

View File

@ -103,7 +103,7 @@
status = "okay";
/* M41T0M6 real time clock on carrier board */
rtc: m41t0m6@68 {
rtc: rtc@68 {
compatible = "st,m41t0";
reg = <0x68>;
};