ARM: dts: imx: Rename RTC device tree nodes
authorThierry Reding <treding@nvidia.com>
Mon, 20 Dec 2021 13:43:11 +0000 (14:43 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 28 Jan 2022 04:03:34 +0000 (12:03 +0800)
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>
arch/arm/boot/dts/imx51-ts4800.dts
arch/arm/boot/dts/imx53-tx53.dtsi
arch/arm/boot/dts/imx6q-tbs2910.dts
arch/arm/boot/dts/imx6qdl-tx6-mb7.dtsi
arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts
arch/arm/boot/dts/imx7-colibri-aster.dtsi
arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
arch/arm/boot/dts/vf-colibri-eval-v3.dtsi

index 6ecb83e7f3367988df63f485ccb64c83ed14c5a7..85654d6baf28e7d102f4e1a2d859c68a23ba95ef 100644 (file)
        pinctrl-0 = <&pinctrl_i2c2>;
        status = "okay";
 
-       rtc: m41t00@68 {
+       rtc: rtc@68 {
                compatible = "st,m41t00";
                reg = <0x68>;
        };
index 81c2726a328a1e9435285988867610fe1c006ba7..8712e985146543318d1f3fafe2e9804dd033c51d 100644 (file)
        clock-frequency = <400000>;
        status = "okay";
 
-       rtc1: ds1339@68 {
+       rtc1: rtc@68 {
                compatible = "dallas,ds1339";
                reg = <0x68>;
                pinctrl-names = "default";
index 343364d3e4f7d3d59d3592cabca17bafb3b7b0cb..8daef65d5bb3542a0d223d80a198dc26db2af336 100644 (file)
        pinctrl-0 = <&pinctrl_i2c3>;
        status = "okay";
 
-       rtc: ds1307@68 {
+       rtc: rtc@68 {
                compatible = "dallas,ds1307";
                reg = <0x68>;
        };
index 410972e1dca96ba5466704b5e747bdfadcacc55e..99ec7a838f8d27e7830bacadc902950717e5d76f 100644 (file)
@@ -85,7 +85,7 @@
 };
 
 &i2c3 {
-       rtc: mcp7940x@6f {
+       rtc: rtc@6f {
                compatible = "microchip,mcp7940x";
                reg = <0x6f>;
        };
index 97686097a86ec50d51f8ac2ebc85f9eaeed7df89..92ac0edcb60809ee6ba005631acdda2c4caab471 100644 (file)
        /delete-node/ codec@a;
        /delete-node/ touchscreen@48;
 
-       rtc: mcp7940x@6f {
+       rtc: rtc@6f {
                compatible = "microchip,mcp7940x";
                reg = <0x6f>;
        };
index 139188eb9f409c76306c7b8e690b21668ea1de05..b770fc9379707b6dc02492b0ef1c982831c3b26d 100644 (file)
        };
 
        /* M41T0M6 real time clock on carrier board */
-       rtc: m41t0m6@68 {
+       rtc: rtc@68 {
                compatible = "st,m41t0";
                reg = <0x68>;
        };
index 3caf450735d7ecd02b081bdebf28990ae502eb03..3b9df8c82ae3073634988f20a0b133ec7df0991d 100644 (file)
        };
 
        /* M41T0M6 real time clock on carrier board */
-       rtc: m41t0m6@68 {
+       rtc: rtc@68 {
                compatible = "st,m41t0";
                reg = <0x68>;
        };
index c12a1b8bc0868b5a2664e5d40dcde0f563992e89..14c411f146f50f499bfc3d8e5ecf63bd30a90e3e 100644 (file)
        status = "okay";
 
        /* M41T0M6 real time clock on carrier board */
-       rtc: m41t0m6@68 {
+       rtc: rtc@68 {
                compatible = "st,m41t0";
                reg = <0x68>;
        };