Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29a62759 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding
Browse files

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 c53bec16 ("ARM: dts: colibri/apalis: use correct
compatible for RTC") covering our NXP i.MX and Vybrid based modules.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 1c3389e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -114,7 +114,7 @@


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


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


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