]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
ARM: dts: armada-385-linksys: Disable internal RTC
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Mar 2018 15:47:50 +0000 (16:47 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 27 Mar 2018 13:07:46 +0000 (15:07 +0200)
The internal RTC does not work correctly on these Linksys boards based
on Marvell SoCs. For me it only shows Wed Dec 31 23:59:59 1969 and for
others it is off by 3 minutes in 10 minutes running, this was reported
by multiple users. On the Linksys Mamba device the device tree comment
says that no crystal is connected to the internal RTC, this is probably
also true for the other devices.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/armada-385-linksys.dtsi

index 434dc9aaa5e4e2b46429e221201bf7839ae00a80..b7bbf15571c50ce19b52be3c3a90f1552333ddca 100644 (file)
        status = "okay";
        usb-phy = <&usb3_1_phy>;
 };
+
+&rtc {
+       /* No crystal connected to the internal RTC */
+       status = "disabled";
+};