diff options
-rw-r--r-- | arch/arm/mach-omap2/omap4-mpuss-lowpower.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap4-mpuss-lowpower.c b/arch/arm/mach-omap2/omap4-mpuss-lowpower.c index db51003..69460a1 100644 --- a/arch/arm/mach-omap2/omap4-mpuss-lowpower.c +++ b/arch/arm/mach-omap2/omap4-mpuss-lowpower.c @@ -572,6 +572,7 @@ cpu_prepare: if ((omap4_device_prev_state_off()) && (omap_type() != OMAP2_DEVICE_TYPE_GP)) { + omap4_secure_dispatcher(0x21, 4, 0, 0, 0, 0, 0); restore_ivahd_tesla_regs(); restore_l3instr_regs(); } |