mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 00:15:49 -04:00
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:
committed by
Gregory CLEMENT
parent
8e7c6a3269
commit
71296a39c5
@@ -723,6 +723,7 @@ gpio1: gpio-ctrl@0420 {
|
||||
rtc: real-time-clock@8500 {
|
||||
compatible = "marvell,orion-rtc";
|
||||
reg = <0x8500 0x20>;
|
||||
interrupts = <5>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user