diff options
author | Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> | 2017-07-18 15:32:29 +0530 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-09-20 17:44:47 +0200 |
commit | 2051b0c7d084a3d28996123a4ad3e2a69ece8691 (patch) | |
tree | 56dbadf2c4d69f8b6a98998bea45fd93d542cd00 /arch | |
parent | f77e33b00691bc140412b6e9c94f90b185f0f5d7 (diff) |
ARM: dts: tegra124: fix m41t0 rtc compatible string
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/tegra124-apalis-eval.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra124-apalis-eval.dts b/arch/arm/boot/dts/tegra124-apalis-eval.dts index 720e4d86af9c..4a859127a0f4 100644 --- a/arch/arm/boot/dts/tegra124-apalis-eval.dts +++ b/arch/arm/boot/dts/tegra124-apalis-eval.dts @@ -86,7 +86,7 @@ /* M41T0M6 real time clock on carrier board */ rtc@68 { - compatible = "st,m41t00"; + compatible = "st,m41t0"; reg = <0x68>; }; }; |