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

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
......@@ -104,3 +104,11 @@ &pciec {
&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";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment