From ebc55ce86f504b9378a1a0d0888c7ffbaed85e78 Mon Sep 17 00:00:00 2001 From: Sundar R Iyer Date: Thu, 25 Mar 2010 19:36:01 +0530 Subject: u8500-prcm : enable CA_Wake request as a wakeup event Signed-off-by: Sundar R Iyer --- arch/arm/mach-ux500/prcmu-fw.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-ux500/prcmu-fw.c') diff --git a/arch/arm/mach-ux500/prcmu-fw.c b/arch/arm/mach-ux500/prcmu-fw.c index a09405dc189..0ce99336910 100755 --- a/arch/arm/mach-ux500/prcmu-fw.c +++ b/arch/arm/mach-ux500/prcmu-fw.c @@ -1168,7 +1168,8 @@ int prcmu_apply_ap_state_transition(enum ap_pwrst_trans_t transition, writel(tmp, PRCM_ARMITMSK31TO0 + (val * 4)); } - prcmu_configure_wakeup_events((1 << 17), 0x0, EXE_WAKEUP); + prcmu_configure_wakeup_events(((1 << 17) | (1 << 5)), + 0x0, EXE_WAKEUP); #if 0 /* SIGNAL MAILBOX */ /* set the MBOX_CPU_SET bit to set an IT to xP70 */ @@ -1267,7 +1268,8 @@ int prcmu_apply_ap_state_transition(enum ap_pwrst_trans_t transition, /* we skip the GIC freeze due to the FIQ being * not handled by the ARM later on */ - prcmu_configure_wakeup_events((1 << 17), 0x0, EXE_WAKEUP); + prcmu_configure_wakeup_events(((1 << 17) | (1 << 5)), + 0x0, LOW_POWER_WAKEUP); spin_lock(&req_mb0_lock); -- cgit v1.2.3