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 5705ebe..dcf9206 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc_i2c: rtc@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 8b56656..aa0e631 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc_i2c: rtc@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 27dc0fc..e8dccf5 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc_i2c: rtc@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 40b2c67..6831dfd 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc_i2c: rtc@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };
index 18bebd6..a2e5cbd 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 091b738..d8b2972 100644 (file)
 
        /* M41T0M6 real time clock on carrier board */
        rtc: m41t0m6@68 {
-               compatible = "st,m41t00";
+               compatible = "st,m41t0";
                reg = <0x68>;
        };
 };