summaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm44xx.c b/arch/arm/mach-omap2/pm44xx.c
index 6e6e9b6b8687..1adc94d4ca5d 100644
--- a/arch/arm/mach-omap2/pm44xx.c
+++ b/arch/arm/mach-omap2/pm44xx.c
@@ -176,12 +176,12 @@ void omap4_enter_sleep(unsigned int cpu, unsigned int power_state)
OMAP4430_CM2_CKGEN_MOD, OMAP4_CM_DIV_M3_DPLL_PER_OFFSET);
if (core_next_state < PWRDM_POWER_ON) {
- omap_dss_resume_idle();
omap2_gpio_resume_after_idle(0);
omap_uart_resume_idle(0);
omap_uart_resume_idle(1);
omap_uart_resume_idle(2);
omap_uart_resume_idle(3);
+ omap_dss_resume_idle();
}
return;