Commit 2ff9ab4c authored by Imre Kaloz's avatar Imre Kaloz Committed by Gregory CLEMENT

ARM: mvebu: armada-xp-linksys-mamba: Disable internal RTC

The Mamba (like the OpenBlocks AX3) doesn't have a crystal
connected to the internal RTC - let's prevent the kernel from
probing it.
Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>
Cc: <stable@vger.kernel.org> # v4.0 +
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 31c17ac9
......@@ -95,6 +95,11 @@ pcie@3,0 {
internal-regs {
rtc@10300 {
/* No crystal connected to the internal RTC */
status = "disabled";
};
/* J10: VCC, NC, RX, NC, TX, GND */
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