mirror of https://gitee.com/openkylin/linux.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 <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:
parent
8e7c6a3269
commit
71296a39c5
|
@ -723,6 +723,7 @@ gpio1: gpio-ctrl@0420 {
|
||||||
rtc: real-time-clock@8500 {
|
rtc: real-time-clock@8500 {
|
||||||
compatible = "marvell,orion-rtc";
|
compatible = "marvell,orion-rtc";
|
||||||
reg = <0x8500 0x20>;
|
reg = <0x8500 0x20>;
|
||||||
|
interrupts = <5>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue