]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: stm32: lxa-tac: disable the real time clock
authorLeonard Göhrs <l.goehrs@pengutronix.de>
Tue, 19 Nov 2024 11:34:58 +0000 (12:34 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 10 Dec 2024 08:21:39 +0000 (09:21 +0100)
The RTC was enabled under the false assumption that the SoM already
contains a suitable 32.768 kHz crystal.

It does however not contain such a crystal and since none is fitted
externally to the SoM the RTC can not be used on the hardware.

Reflect that in the devicetree.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi

index c87fd96cbd91897bb724a235689e425f7dbf39f6..abe4c7fe7678f2801683e0995dadbfecce434e81 100644 (file)
@@ -379,10 +379,6 @@ baseboard_eeprom: &sip_eeprom {
        };
 };
 
-&rtc {
-       status = "okay";
-};
-
 &sdmmc2 {
        pinctrl-names = "default", "opendrain", "sleep";
        pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_b>;