Skip to content

Commit

Permalink
ARM: mvebu: armada-xp-linksys-mamba: Disable internal RTC
Browse files Browse the repository at this point in the history
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: Imre Kaloz <kaloz@openwrt.org>
Cc: <stable@vger.kernel.org> # v4.0 +
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Imre Kaloz authored and Gregory CLEMENT committed May 28, 2015
1 parent 31c17ac commit 2ff9ab4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/armada-xp-linksys-mamba.dts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@

internal-regs {

rtc@10300 {
/* No crystal connected to the internal RTC */
status = "disabled";
};

/* J10: VCC, NC, RX, NC, TX, GND */
serial@12000 {
status = "okay";
Expand Down

0 comments on commit 2ff9ab4

Please sign in to comment.