Commit 92383863 authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Tony Lindgren

ARM: OMAP: Activate MPU retention code in omap2/pm.c

FIXME section in function omap2_allow_mpu_retention didn't allow MPU to
enter into retention even if system was idle. MPU retention works fine at
least in Nokia N800.
Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent dbd06f17
...@@ -573,8 +573,7 @@ static int omap2_allow_mpu_retention(void) ...@@ -573,8 +573,7 @@ static int omap2_allow_mpu_retention(void)
if (sti_console_enabled) if (sti_console_enabled)
return 0; return 0;
/* FIXME: Enable soon */ return 1;
return 0;
} }
static void omap2_enter_mpu_retention(void) static void omap2_enter_mpu_retention(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment