arm64: dts: imx8mq-librem5-devkit: Disable snvs_rtc
authorGuido Günther <agx@sigxcpu.org>
Thu, 17 Dec 2020 15:13:14 +0000 (16:13 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 10 Jan 2021 12:24:06 +0000 (20:24 +0800)
The board has it's own RTC chip which is backed by the (optional)
battery and hence preserves data/time on poweroff when that is inserted.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts

index f35d689..05a43ee 100644 (file)
        status = "okay";
 };
 
+&snvs_rtc {
+       status = "disabled";
+};
+
 &sai2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sai2>;