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>
This commit is contained in:
Russell King 2015-07-15 19:59:41 +01:00 committed by Gregory CLEMENT
parent 8e7c6a3269
commit 71296a39c5
1 changed files with 1 additions and 0 deletions

View File

@ -723,6 +723,7 @@ gpio1: gpio-ctrl@0420 {
rtc: real-time-clock@8500 {
compatible = "marvell,orion-rtc";
reg = <0x8500 0x20>;
interrupts = <5>;
};
};