Skip to content

Commit

Permalink
mediatek: UniFi 6 LR: disable RTC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dangowrt committed Jun 18, 2022
1 parent 849ffbd commit 692d87a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr.dtsi
Expand Up @@ -203,6 +203,12 @@
};
};

&rtc {
status = "disabled";

/* No RTC battery */
};

&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins>;
Expand Down

0 comments on commit 692d87a

Please sign in to comment.