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: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Acked-by: Martin Michlmayr <tbm@cyrius.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Uwe Kleine-König 2019-08-01 00:32:33 +02:00 committed by Gregory CLEMENT
parent 5f9e832c13
commit 6447632241

View File

@ -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";
};