Commit 4748058c authored by Andrew Lunn's avatar Andrew Lunn Committed by Nicolas Pitre

ARM: kirkwood: Add support for RTC interrupts which allows RTC alarms.

Tested using the test program in Documentation/rtc.txt
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarNicolas Pitre <nico@fluxnic.net>
parent f6eaccb3
...@@ -328,7 +328,7 @@ void __init kirkwood_nand_init_rnb(struct mtd_partition *parts, int nr_parts, ...@@ -328,7 +328,7 @@ void __init kirkwood_nand_init_rnb(struct mtd_partition *parts, int nr_parts,
****************************************************************************/ ****************************************************************************/
static void __init kirkwood_rtc_init(void) static void __init kirkwood_rtc_init(void)
{ {
orion_rtc_init(RTC_PHYS_BASE, NO_IRQ); orion_rtc_init(RTC_PHYS_BASE, IRQ_KIRKWOOD_RTC);
} }
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
#define IRQ_KIRKWOOD_GPIO_HIGH_16_23 41 #define IRQ_KIRKWOOD_GPIO_HIGH_16_23 41
#define IRQ_KIRKWOOD_GE00_ERR 46 #define IRQ_KIRKWOOD_GE00_ERR 46
#define IRQ_KIRKWOOD_GE01_ERR 47 #define IRQ_KIRKWOOD_GE01_ERR 47
#define IRQ_KIRKWOOD_RTC 53
/* /*
* KIRKWOOD General Purpose Pins * KIRKWOOD General Purpose Pins
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment