mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
ARM: EXYNOS: Add support for rtc wakeup
Set the gic arch extension callback to support rtc wakeup. Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
30da66eafc
commit
9f37067429
@ -463,6 +463,8 @@ void __init exynos4_init_irq(void)
|
|||||||
* uses GIC instead of VIC.
|
* uses GIC instead of VIC.
|
||||||
*/
|
*/
|
||||||
s5p_init_irq(NULL, 0);
|
s5p_init_irq(NULL, 0);
|
||||||
|
|
||||||
|
gic_arch_extn.irq_set_wake = s3c_irq_wake;
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init exynos5_init_irq(void)
|
void __init exynos5_init_irq(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user