ARM: tegra: apalis/colibri: Use correct compatible for RTC

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 c53bec16b1 ("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>
This commit is contained in:
Marcel Ziswiler 2018-02-10 02:36:37 +01:00 committed by Thierry Reding
parent 1c3389e6cb
commit 29a62759b0
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@
/* M41T0M6 real time clock on carrier board */
rtc@68 {
compatible = "st,m41t00";
compatible = "st,m41t0";
reg = <0x68>;
};
};

View File

@ -88,7 +88,7 @@
/* M41T0M6 real time clock on carrier board */
rtc@68 {
compatible = "st,m41t00";
compatible = "st,m41t0";
reg = <0x68>;
};
};

View File

@ -60,7 +60,7 @@
/* M41T0M6 real time clock on carrier board */
rtc@68 {
compatible = "st,m41t00";
compatible = "st,m41t0";
reg = <0x68>;
};
};