Browse Source

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>
Inderpal Singh 12 years ago
parent
commit
9f37067429
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-exynos/common.c

+ 2 - 0
arch/arm/mach-exynos/common.c

@@ -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)