diff options
author | keita kobayashi <keita.kobayashi.ym@renesas.com> | 2014-05-29 03:24:39 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 06:32:54 -0400 |
commit | ce508d1b13d1008db570ac58e775ce36bd9c5112 (patch) | |
tree | 465d4b4f21ee64f4457a6580ab038581d1015155 | |
parent | d6d757c9a4e06e118fa5158fa74e03c514d862d2 (diff) |
ARM: shmobile: r8a7790: Support Core-Standby for Suspend to RAM
Add r8a7790 Core-Standby state for Suspend to RAM support.
Signed-off-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com>
Acked-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/smp-r8a7790.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/smp-r8a7790.c b/arch/arm/mach-shmobile/smp-r8a7790.c index a8ace58c3dd2..7590e2b6e2fa 100644 --- a/arch/arm/mach-shmobile/smp-r8a7790.c +++ b/arch/arm/mach-shmobile/smp-r8a7790.c | |||
@@ -69,6 +69,7 @@ static void __init r8a7790_smp_prepare_cpus(unsigned int max_cpus) | |||
69 | 69 | ||
70 | /* turn on power to SCU */ | 70 | /* turn on power to SCU */ |
71 | r8a7790_pm_init(); | 71 | r8a7790_pm_init(); |
72 | shmobile_smp_apmu_suspend_init(); | ||
72 | rcar_sysc_power_up(&r8a7790_ca15_scu); | 73 | rcar_sysc_power_up(&r8a7790_ca15_scu); |
73 | rcar_sysc_power_up(&r8a7790_ca7_scu); | 74 | rcar_sysc_power_up(&r8a7790_ca7_scu); |
74 | } | 75 | } |