diff options
author | Inderpal Singh <inderpal.singh@samsung.com> | 2012-11-22 06:46:21 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-27 23:42:05 +0100 |
commit | 3445513ca283ebf55ce2345ef408f28d98884dab (patch) | |
tree | 59cbb5dd611f5b8f663c38fe06098103a2caafd7 /arch/arm/mach-exynos | |
parent | ARM: EXYNOS: fix the hotplug for Cortex-A15 (diff) | |
download | linux-3445513ca283ebf55ce2345ef408f28d98884dab.tar.xz linux-3445513ca283ebf55ce2345ef408f28d98884dab.zip |
ARM: EXYNOS: Add support for rtc wakeup
Set the gic arch extension callback to support rtc wakeup.
Signed-off-by: Inderpal Singh <inderpal.singh@samsung.com>
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index 1947be8e5f5b..8dd19c696a60 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c @@ -647,6 +647,8 @@ void __init exynos5_init_irq(void) * uses GIC instead of VIC. */ s5p_init_irq(NULL, 0); + + gic_arch_extn.irq_set_wake = s3c_irq_wake; } struct bus_type exynos_subsys = { |