aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorkeita kobayashi <keita.kobayashi.ym@renesas.com>2014-05-29 03:24:52 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 06:33:21 -0400
commit7f6234013a835476f1503be2c9287f1fe3497457 (patch)
tree9c94f5966a87335ff0667ea7815f51b21bc7f7d8 /arch/arm/mach-shmobile
parentce508d1b13d1008db570ac58e775ce36bd9c5112 (diff)
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')
-rw-r--r--arch/arm/mach-shmobile/smp-r8a7791.c1
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)
52 iounmap(p); 52 iounmap(p);
53 53
54 r8a7791_pm_init(); 54 r8a7791_pm_init();
55 shmobile_smp_apmu_suspend_init();
55} 56}
56 57
57static int r8a7791_smp_boot_secondary(unsigned int cpu, 58static int r8a7791_smp_boot_secondary(unsigned int cpu,