From: Uwe Kleine-König Date: Wed, 31 Jul 2019 22:32:33 +0000 (+0200) Subject: ARM: dts: kirkwood: ts219: disable the SoC's RTC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=644763224169e9ca2e3010c24bf4b81a6be64959;p=linux.git 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 Signed-off-by: Uwe Kleine-König Acked-by: Martin Michlmayr Acked-by: Alexandre Belloni Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/kirkwood-ts219.dtsi b/arch/arm/boot/dts/kirkwood-ts219.dtsi index a88eb22070a1b..994cabcf4b510 100644 --- a/arch/arm/boot/dts/kirkwood-ts219.dtsi +++ b/arch/arm/boot/dts/kirkwood-ts219.dtsi @@ -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"; +};