aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2015-07-15 14:59:41 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2015-08-05 12:32:55 -0400
commit71296a39c5e5daad7d46a9e759e0c6f8338649aa (patch)
tree796a95031d16fc9f3afda1808223eaba25be6395
parent8e7c6a3269d4e22827715c23c854636115f51c23 (diff)
ARM: dt: dove: wire up RTC interrupt
Now that we have a PMU driver, we can wire up the RTC interrupt in the DT description for Dove. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/dove.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 9fb2dc77176e..fad121c95487 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -723,6 +723,7 @@
723 rtc: real-time-clock@8500 { 723 rtc: real-time-clock@8500 {
724 compatible = "marvell,orion-rtc"; 724 compatible = "marvell,orion-rtc";
725 reg = <0x8500 0x20>; 725 reg = <0x8500 0x20>;
726 interrupts = <5>;
726 }; 727 };
727 }; 728 };
728 729