Skip to content

Commit

Permalink
arm: mvebu: add RTC support for Armada 370 and Armada XP
Browse files Browse the repository at this point in the history
The Armada 370 and Armada XP Socs have the same controller that the one
used in the orion platforms.  This patch updates the device tree for
these SoCs.

Signed-off-by: Gregory CLEMENT <[email protected]>
Acked-by: Andrew Lunn <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
gclement authored and torvalds committed Feb 22, 2013
1 parent b06eef4 commit a8876c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/armada-370-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
clocks = <&coreclk 0>;
status = "disabled";
};

rtc@10300 {
compatible = "marvell,orion-rtc";
reg = <0xd0010300 0x20>;
interrupts = <50>;
};
};
};

0 comments on commit a8876c1

Please sign in to comment.