ARM: tegra: apalis/colibri: Use correct compatible for RTC
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 10 Feb 2018 01:36:37 +0000 (02:36 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Mar 2018 15:10:18 +0000 (16:10 +0100)
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.

Similar to commit c53bec16b150 ("ARM: dts: colibri/apalis: use correct
compatible for RTC") covering our NXP i.MX and Vybrid based modules.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-apalis-eval.dts
arch/arm/boot/dts/tegra30-apalis-eval.dts
arch/arm/boot/dts/tegra30-colibri-eval-v3.dts

index 66b6c45..af6c566 100644 (file)
 
                /* M41T0M6 real time clock on carrier board */
                rtc@68 {
-                       compatible = "st,m41t00";
+                       compatible = "st,m41t0";
                        reg = <0x68>;
                };
        };
index fdca527..0dc85a2 100644 (file)
@@ -88,7 +88,7 @@
 
                /* M41T0M6 real time clock on carrier board */
                rtc@68 {
-                       compatible = "st,m41t00";
+                       compatible = "st,m41t0";
                        reg = <0x68>;
                };
        };
index 8c62833..16e1f38 100644 (file)
@@ -60,7 +60,7 @@
 
                /* M41T0M6 real time clock on carrier board */
                rtc@68 {
-                       compatible = "st,m41t00";
+                       compatible = "st,m41t0";
                        reg = <0x68>;
                };
        };