]> Git Repo - linux.git/commitdiff
ARM: dts: kirkwood: ts219: disable the SoC's RTC
authorUwe Kleine-König <[email protected]>
Wed, 31 Jul 2019 22:32:33 +0000 (00:32 +0200)
committerGregory CLEMENT <[email protected]>
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 <[email protected]>
Signed-off-by: Uwe Kleine-König <[email protected]>
Acked-by: Martin Michlmayr <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
arch/arm/boot/dts/kirkwood-ts219.dtsi

index a88eb22070a1b714ca74a5384e3302b2806166b7..994cabcf4b51016df9d9430e6f001941d11d9620 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";
+};
This page took 0.065332 seconds and 4 git commands to generate.