diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-07-15 20:59:41 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-08-05 18:32:55 +0200 |
commit | 71296a39c5e5daad7d46a9e759e0c6f8338649aa (patch) | |
tree | 796a95031d16fc9f3afda1808223eaba25be6395 /arch/arm/boot/dts/dove.dtsi | |
parent | ARM: dt: Add PMU node, making PMU child devices childs of this node (diff) | |
download | linux-71296a39c5e5daad7d46a9e759e0c6f8338649aa.tar.xz linux-71296a39c5e5daad7d46a9e759e0c6f8338649aa.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 1 |
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 @@ rtc: real-time-clock@8500 { compatible = "marvell,orion-rtc"; reg = <0x8500 0x20>; + interrupts = <5>; }; }; |