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

Commit 64476322 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Gregory CLEMENT
Browse files

ARM: dts: kirkwood: ts219: disable the SoC's RTC



The internal RTC doesn't work, loading the driver only yields

	rtc-mv f1010300.rtc: internal RTC not ticking

. So disable it.

Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarUwe Kleine-König <uwe@kleine-koenig.org>
Acked-by: default avatarMartin Michlmayr <tbm@cyrius.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 5f9e832c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -104,3 +104,11 @@
&pcie0 {
	status = "okay";
};

&rtc {
	/*
	 * There is a s35390a available on the i2c bus, the internal rtc isn't
	 * working (probably no crystal assembled).
	 */
	status = "disabled";
};