diff options
| -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 | } |
