Commit df12fd2a authored by Gregory CLEMENT's avatar Gregory CLEMENT Committed by Luis Henriques

ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC

commit 750e30d4 upstream.

There is no crystal connected to the internal RTC on the Open Block
AX3. So let's disable it in order to prevent the kernel probing the
driver uselessly. Eventually this patches removes the following
warning message from the boot log:
"rtc-mv d0010300.rtc: internal RTC not ticking"
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent 7cbc51de
......@@ -71,6 +71,10 @@ pcie@1,0 {
};
internal-regs {
rtc@10300 {
/* No crystal connected to the internal RTC */
status = "disabled";
};
serial@12000 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment