ARM: dts: kirkwood: ts219: disable the SoC's RTC
authorUwe Kleine-König <uwe@kleine-koenig.org>
Wed, 31 Jul 2019 22:32:33 +0000 (00:32 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 27 Aug 2019 15:05:24 +0000 (17:05 +0200)
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>
arch/arm/boot/dts/kirkwood-ts219.dtsi

index a88eb22..994cabc 100644 (file)
 &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";
+};