]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dt: dove: wire up RTC interrupt
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Jul 2015 18:59:41 +0000 (19:59 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 5 Aug 2015 16:32:55 +0000 (18:32 +0200)
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>
arch/arm/boot/dts/dove.dtsi

index 9fb2dc77176e08f52eb28f8c020e53072d89d66f..fad121c95487cc233aa88ba3a23cbdae6891397f 100644 (file)
                                rtc: real-time-clock@8500 {
                                        compatible = "marvell,orion-rtc";
                                        reg = <0x8500 0x20>;
+                                       interrupts = <5>;
                                };
                        };