From: Russell King Date: Wed, 15 Jul 2015 18:59:41 +0000 (+0100) Subject: ARM: dt: dove: wire up RTC interrupt X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71296a39c5e5daad7d46a9e759e0c6f8338649aa;p=linux-beck.git 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 Signed-off-by: Andrew Lunn Signed-off-by: Gregory CLEMENT --- 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>; }; };