aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm44xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/pm44xx.c')
-rw-r--r--arch/arm/mach-omap2/pm44xx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pm44xx.c b/arch/arm/mach-omap2/pm44xx.c
index c34139dc8d8c..781aadf98e32 100644
--- a/arch/arm/mach-omap2/pm44xx.c
+++ b/arch/arm/mach-omap2/pm44xx.c
@@ -163,6 +163,12 @@ static int __init omap4_pm_init(void)
163 goto err2; 163 goto err2;
164 } 164 }
165 165
166 ret = omap4_mpuss_init();
167 if (ret) {
168 pr_err("Failed to initialise OMAP4 MPUSS\n");
169 goto err2;
170 }
171
166 (void) clkdm_for_each(clkdms_setup, NULL); 172 (void) clkdm_for_each(clkdms_setup, NULL);
167 173
168#ifdef CONFIG_SUSPEND 174#ifdef CONFIG_SUSPEND