Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: armada-385-linksys: Disable internal RTC

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>

authored by

Hauke Mehrtens and committed by
Gregory CLEMENT
aab9581a a83aeb38

+5
+5
arch/arm/boot/dts/armada-385-linksys.dtsi
··· 282 282 status = "okay"; 283 283 usb-phy = <&usb3_1_phy>; 284 284 }; 285 + 286 + &rtc { 287 + /* No crystal connected to the internal RTC */ 288 + status = "disabled"; 289 + };