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>
        pinctrl-0 = <&pinctrl_i2c2>;
        status = "okay";
 
-       rtc: m41t00@68 {
+       rtc: rtc@68 {
                compatible = "st,m41t00";
                reg = <0x68>;
        };
 
        clock-frequency = <400000>;
        status = "okay";
 
-       rtc1: ds1339@68 {
+       rtc1: rtc@68 {
                compatible = "dallas,ds1339";
                reg = <0x68>;
                pinctrl-names = "default";
 
        pinctrl-0 = <&pinctrl_i2c3>;
        status = "okay";
 
-       rtc: ds1307@68 {
+       rtc: rtc@68 {
                compatible = "dallas,ds1307";
                reg = <0x68>;
        };
 
 };
 
 &i2c3 {
-       rtc: mcp7940x@6f {
+       rtc: rtc@6f {
                compatible = "microchip,mcp7940x";
                reg = <0x6f>;
        };
 
        /delete-node/ codec@a;
        /delete-node/ touchscreen@48;
 
-       rtc: mcp7940x@6f {
+       rtc: rtc@6f {
                compatible = "microchip,mcp7940x";
                reg = <0x6f>;
        };
 
        };
 
        /* M41T0M6 real time clock on carrier board */
-       rtc: m41t0m6@68 {
+       rtc: rtc@68 {
                compatible = "st,m41t0";
                reg = <0x68>;
        };
 
        };
 
        /* M41T0M6 real time clock on carrier board */
-       rtc: m41t0m6@68 {
+       rtc: rtc@68 {
                compatible = "st,m41t0";
                reg = <0x68>;
        };
 
        status = "okay";
 
        /* M41T0M6 real time clock on carrier board */
-       rtc: m41t0m6@68 {
+       rtc: rtc@68 {
                compatible = "st,m41t0";
                reg = <0x68>;
        };