Skip to content

Commit

Permalink
ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC
Browse files Browse the repository at this point in the history
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: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: <stable@vger.kernel.org> # v3.8 +
  • Loading branch information
Gregory CLEMENT committed Apr 27, 2015
1 parent b787f68 commit 750e30d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
};

internal-regs {
rtc@10300 {
/* No crystal connected to the internal RTC */
status = "disabled";
};
serial@12000 {
status = "okay";
};
Expand Down

0 comments on commit 750e30d

Please sign in to comment.