aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dove.dtsi
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2013-11-26 11:10:49 -0500
committerJason Cooper <jason@lakedaemon.net>2013-11-26 11:10:49 -0500
commitbd22bb23919e6727967e90eb89bb41ab790bcd2d (patch)
tree8f6c312cd60bb9f7fc5dbe264e28d41993d789b1 /arch/arm/boot/dts/dove.dtsi
parent5b67cd630d06078c3d6f8dd6ccf552c78f08c497 (diff)
ARM: Dove: Add RTC interrupt via PMU interrupt controller.
The RTC on Dove has an interrupt on the PMU interrupt controller. Add this interrupt to the RTC node. Tested using the "RTC Driver Test Example" Signed-off-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r--arch/arm/boot/dts/dove.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 56e5d376486a..db24b41a5264 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -506,6 +506,8 @@
506 rtc: real-time-clock@d8500 { 506 rtc: real-time-clock@d8500 {
507 compatible = "marvell,orion-rtc"; 507 compatible = "marvell,orion-rtc";
508 reg = <0xd8500 0x20>; 508 reg = <0xd8500 0x20>;
509 interrupt-parent = <&pmu_intc>;
510 interrupts = <5>;
509 }; 511 };
510 512
511 crypto: crypto-engine@30000 { 513 crypto: crypto-engine@30000 {