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