ARM: dts: colibri/apalis: use correct compatible for RTC
authorStefan Agner <stefan@agner.ch>
Wed, 6 Dec 2017 10:29:29 +0000 (11:29 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
All Toradex Carrier Boards use a st,m41t0 compatible RTC. Compared
to a st,m41t00 this RTC has also an oscillator fail bit which allows
to detect when the RTC lost track of time.

Cc: Sanchayan Maity <maitysanchayan@gmail.com>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
arch/arm/boot/dts/imx6q-apalis-eval.dts
arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts
arch/arm/boot/dts/imx6q-apalis-ixora.dts
arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
arch/arm/boot/dts/vf-colibri-eval-v3.dtsi

index 5705ebee05955932f8e7cfce562d5c4115b8f1ae..dcf9206f3e0d4f86d33ea93315e0f48d1ac2e7fe 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc_i2c: rtc@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 8b56656e53da8c50ff9a9ba4468d280b2250780b..aa0e631f3c0aa07ca1bf7b490a09b2efdf2878a2 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc_i2c: rtc@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 27dc0fc686a918b75dc9ac37db5e670560c97217..e8dccf5521224629bc8451557cd5be111d0d464c 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc_i2c: rtc@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 40b2c67fe7af2c1511c19de5171ac55541be442b..6831dfd24cc1db89f873f63e4f99c196f6e60334 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc_i2c: rtc@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 18bebd6d8d4714d2107f2d39903ff8b27b9abcee..a2e5cbdc98430a31bf89982e08a2e8fcb1f58a1a 100644 (file)
@@ -97,7 +97,7 @@
 
        /* M41T0M6 real time clock on carrier board */
        rtc: m41t0m6@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 091b738041a0bcc6fdee962b8202b891704fe621..d8b2972527ebfd0c7f0b286d28612fa669ef09e3 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc: m41t0m6@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };