summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx3/mxc_pm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mxc_pm.c b/arch/arm/mach-mx3/mxc_pm.c
index 9c58338d928b..bed502168261 100644
--- a/arch/arm/mach-mx3/mxc_pm.c
+++ b/arch/arm/mach-mx3/mxc_pm.c
@@ -301,6 +301,7 @@ void mxc_pm_lowpower(int mode)
/* State Retention mode */
lpm = 2;
__raw_writel(INT_GPT, AVIC_INTDISNUM);
+ __raw_writel(INT_GPIO1, AVIC_INTDISNUM);
/* work-around for SR mode after camera related test */
mxc_clks_enable(CSI_BAUD);
@@ -339,6 +340,7 @@ void mxc_pm_lowpower(int mode)
mxc_clks_disable(CSI_BAUD);
__raw_writel(INT_GPT, AVIC_INTENNUM);
+ __raw_writel(INT_GPIO1, AVIC_INTENNUM);
local_irq_enable();
}