diff options
author | Kalle Jokiniemi <kalle.jokiniemi@digia.com> | 2009-05-13 06:32:11 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-11 17:42:26 -0500 |
commit | 8a917d2fc80b7c45ce0146ff134168646274a9bd (patch) | |
tree | 5416b17c7d70203a870990f95f9c37646c6bdd9f /arch/arm/mach-omap2/pm34xx.c | |
parent | ba50ea7eb9ce663511013b35608cf0753c9ab674 (diff) |
ARM: OMAP: SMS: save/restore of SMS_SYSCONFIG for off-mode
The SMS_SYSCONFIG register gets reset in off mode, added a
save/restore mechanism for that.
Signed-off-by: Kalle Jokiniemi <kalle.jokiniemi@digia.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index a9f4034aa70a..90d1dc5884ef 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -399,6 +399,7 @@ static void omap_sram_idle(void) | |||
399 | omap3_core_restore_context(); | 399 | omap3_core_restore_context(); |
400 | omap3_prcm_restore_context(); | 400 | omap3_prcm_restore_context(); |
401 | omap3_sram_restore_context(); | 401 | omap3_sram_restore_context(); |
402 | omap2_sms_restore_context(); | ||
402 | } | 403 | } |
403 | if (per_next_state < PWRDM_POWER_ON) { | 404 | if (per_next_state < PWRDM_POWER_ON) { |
404 | per_prev_state = | 405 | per_prev_state = |