summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/smp-r8a7791.c
diff options
context:
space:
mode:
authorkeita kobayashi <keita.kobayashi.ym@renesas.com>2014-05-30 14:18:48 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 17:51:50 +0900
commit5f6108bb9643949bf5ec0bc9f5cbde588c542c7f (patch)
treeca20c5c5e6422eaaeed44684b054a09649d7e2fe /arch/arm/mach-shmobile/smp-r8a7791.c
parent62872989bdbf1245d7239b9f4c05a8ee7c775ed5 (diff)
ARM: shmobile: r8a7791 SYSC setup code
Add r8a7791 SYSC power management support. Signed-off-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com> Acked-by: Magnus Damm <damm+renesas@opensource.se> [horms+renesas@verge.net.au: rebased] 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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/smp-r8a7791.c b/arch/arm/mach-shmobile/smp-r8a7791.c
index 2648d68650e4..17720860f0dd 100644
--- a/arch/arm/mach-shmobile/smp-r8a7791.c
+++ b/arch/arm/mach-shmobile/smp-r8a7791.c
@@ -50,6 +50,8 @@ static void __init r8a7791_smp_prepare_cpus(unsigned int max_cpus)
writel_relaxed((readl_relaxed(p + CA15RESCNT) & ~0x0f) | 0xa5a50000,
p + CA15RESCNT);
iounmap(p);
+
+ r8a7791_pm_init();
}
static int r8a7791_smp_boot_secondary(unsigned int cpu,