summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-12-17 16:13:14 +0100
committerShawn Guo <shawnguo@kernel.org>2021-01-10 20:24:06 +0800
commitff38c1ddbb1cee7c87b186136c9591803b31aceb (patch)
treeebed9acb755a3e38bf52029b2eba725e9262ac79 /arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
parentedb93de429f97685f0793d4ad56ab3cbc630fa1e (diff)
arm64: dts: imx8mq-librem5-devkit: Disable snvs_rtc
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
index f35d6897fbf7..05a43ee6d051 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts
@@ -897,6 +897,10 @@
status = "okay";
};
+&snvs_rtc {
+ status = "disabled";
+};
+
&sai2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sai2>;