aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm24xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/pm24xx.c')
-rw-r--r--arch/arm/mach-omap2/pm24xx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c
index cba05b9f041f..754381857cb6 100644
--- a/arch/arm/mach-omap2/pm24xx.c
+++ b/arch/arm/mach-omap2/pm24xx.c
@@ -219,11 +219,12 @@ static void omap2_enter_mpu_retention(void)
219 /* Try to enter MPU retention */ 219 /* Try to enter MPU retention */
220 prm_write_mod_reg((0x01 << OMAP_POWERSTATE_SHIFT) | 220 prm_write_mod_reg((0x01 << OMAP_POWERSTATE_SHIFT) |
221 OMAP_LOGICRETSTATE, 221 OMAP_LOGICRETSTATE,
222 MPU_MOD, PM_PWSTCTRL); 222 MPU_MOD, OMAP2_PM_PWSTCTRL);
223 } else { 223 } else {
224 /* Block MPU retention */ 224 /* Block MPU retention */
225 225
226 prm_write_mod_reg(OMAP_LOGICRETSTATE, MPU_MOD, PM_PWSTCTRL); 226 prm_write_mod_reg(OMAP_LOGICRETSTATE, MPU_MOD,
227 OMAP2_PM_PWSTCTRL);
227 only_idle = 1; 228 only_idle = 1;
228 } 229 }
229 230