提交 aab9581a 编写于 作者: H Hauke Mehrtens 提交者: Gregory CLEMENT

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: NHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
上级 a83aeb38
......@@ -282,3 +282,8 @@
status = "okay";
usb-phy = <&usb3_1_phy>;
};
&rtc {
/* No crystal connected to the internal RTC */
status = "disabled";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册