diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index 7dbc00005464..96e309d44e14 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -996,8 +996,11 @@ void omap_push_sram_idle(void) | |||
996 | 996 | ||
997 | static void __init pm_errata_configure(void) | 997 | static void __init pm_errata_configure(void) |
998 | { | 998 | { |
999 | if (cpu_is_omap3630()) | 999 | if (cpu_is_omap3630()) { |
1000 | pm34xx_errata |= PM_RTA_ERRATUM_i608; | 1000 | pm34xx_errata |= PM_RTA_ERRATUM_i608; |
1001 | /* Enable the l2 cache toggling in sleep logic */ | ||
1002 | enable_omap3630_toggle_l2_on_restore(); | ||
1003 | } | ||
1001 | } | 1004 | } |
1002 | 1005 | ||
1003 | static int __init omap3_pm_init(void) | 1006 | static int __init omap3_pm_init(void) |