Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f370674 authored by Inderpal Singh's avatar Inderpal Singh Committed by Kukjin Kim
Browse files

ARM: EXYNOS: Add support for rtc wakeup



Set the gic arch extension callback to support rtc wakeup.

Signed-off-by: default avatarInderpal Singh <inderpal.singh@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 30da66ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -463,6 +463,8 @@ void __init exynos4_init_irq(void)
	 * uses GIC instead of VIC.
	 */
	s5p_init_irq(NULL, 0);

	gic_arch_extn.irq_set_wake = s3c_irq_wake;
}

void __init exynos5_init_irq(void)