Skip to content

Commit

Permalink
ARM: mvebu: Add RTC support for Armada 375
Browse files Browse the repository at this point in the history
The Armada 375 SoC has the same real time clock as the one used in
other Marvell EBU platforms. This patch consequently updates the
Device Tree of the Armada 375 SoC to describe the internal RTC.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1406817122-15675-1-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Gregory CLEMENT authored and Jason Cooper committed Aug 17, 2014
1 parent 7d1311b commit dd2d62d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/armada-375.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@
};
};

rtc@10300 {
compatible = "marvell,orion-rtc";
reg = <0x10300 0x20>;
interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
};

spi0: spi@10600 {
compatible = "marvell,orion-spi";
reg = <0x10600 0x50>;
Expand Down

0 comments on commit dd2d62d

Please sign in to comment.