diff options
author | keita kobayashi <keita.kobayashi.ym@renesas.com> | 2014-05-29 11:24:52 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 14:33:21 +0400 |
commit | 7f6234013a835476f1503be2c9287f1fe3497457 (patch) | |
tree | 9c94f5966a87335ff0667ea7815f51b21bc7f7d8 /arch/arm/mach-shmobile/smp-r8a7791.c | |
parent | ce508d1b13d1008db570ac58e775ce36bd9c5112 (diff) | |
download | linux-7f6234013a835476f1503be2c9287f1fe3497457.tar.xz |
ARM: shmobile: r8a7791: Support Core-Standby for Suspend to RAM
Add r8a7791 Core-Standby state for Suspend to RAM support.
Signed-off-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/smp-r8a7791.c')
-rw-r--r-- | arch/arm/mach-shmobile/smp-r8a7791.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/smp-r8a7791.c b/arch/arm/mach-shmobile/smp-r8a7791.c index 17720860f0dd..c6543b6ec759 100644 --- a/arch/arm/mach-shmobile/smp-r8a7791.c +++ b/arch/arm/mach-shmobile/smp-r8a7791.c @@ -52,6 +52,7 @@ static void __init r8a7791_smp_prepare_cpus(unsigned int max_cpus) iounmap(p); r8a7791_pm_init(); + shmobile_smp_apmu_suspend_init(); } static int r8a7791_smp_boot_secondary(unsigned int cpu, |