ARM: dts: tegra124: fix m41t0 rtc compatible string
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Tue, 18 Jul 2017 10:02:29 +0000 (15:32 +0530)
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>
Wed, 20 Sep 2017 15:44:47 +0000 (17:44 +0200)
Toradex Carrier boards use the ST M41T0 RTC (not M41T00). The RTC
is almost the same, but the M41T0 needs some special handling in
case the oscillator fails. Now that support for this difference is
available, using the new compatible string to make use of it.

Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
arch/arm/boot/dts/tegra124-apalis-eval.dts

index 720e4d86af9c170570c33ac44d61cc863933a864..4a859127a0f46c65c197bc9e8367d61e23c6f4ca 100644 (file)
@@ -86,7 +86,7 @@
 
                /* M41T0M6 real time clock on carrier board */
                rtc@68 {
-                       compatible = "st,m41t00";
+                       compatible = "st,m41t0";
                        reg = <0x68>;
                };
        };