mediatek: UniFi 6 LR: disable RTC

There is not RTC battery connected to the SoC of the UniFi 6 LR board.
Disable the RTC to prevent the system coming up with time set to
2000-01-01 00:00:00 after each reboot.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 692d87a27b44ac73c10cd511c00ee0bec1316d9f)
This commit is contained in:
Daniel Golle 2022-06-18 17:30:02 +01:00 committed by Hauke Mehrtens
parent d65ad3efa5
commit 049093b9fd

View File

@ -203,6 +203,12 @@
};
};
&rtc {
status = "disabled";
/* No RTC battery */
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins>;