From 4d3e907908eec6d267e2d8b5db629f193a3cf2be Mon Sep 17 00:00:00 2001 From: Gerard Salvatella Date: Mon, 11 Jun 2018 16:08:12 +0200 Subject: dts: imx: 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. Sync with commit 10e718b1c60c4e490e6972cfa58e97fcf5260685 Signed-off-by: Gerard Salvatella Acked-by: Max Krummenacher --- arch/arm/boot/dts/imx6dl-colibri-cam-eval-v3.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/boot') diff --git a/arch/arm/boot/dts/imx6dl-colibri-cam-eval-v3.dts b/arch/arm/boot/dts/imx6dl-colibri-cam-eval-v3.dts index 310969202411..c1e125e1f443 100644 --- a/arch/arm/boot/dts/imx6dl-colibri-cam-eval-v3.dts +++ b/arch/arm/boot/dts/imx6dl-colibri-cam-eval-v3.dts @@ -169,7 +169,7 @@ #endif /* M41T0M6 real time clock on carrier board */ rtc_i2c: rtc@68 { - compatible = "st,m41t00"; + compatible = "st,m41t0"; reg = <0x68>; }; -- cgit v1.2.3