aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/pxa27x.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/pxa27x.c')
-rw-r--r--arch/arm/mach-pxa/pxa27x.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c
index 505dccaa51f5..7e945836e129 100644
--- a/arch/arm/mach-pxa/pxa27x.c
+++ b/arch/arm/mach-pxa/pxa27x.c
@@ -249,6 +249,9 @@ void pxa27x_cpu_pm_enter(suspend_state_t state)
249 /* Clear edge-detect status register. */ 249 /* Clear edge-detect status register. */
250 PEDR = 0xDF12FE1B; 250 PEDR = 0xDF12FE1B;
251 251
252 /* Clear reset status */
253 RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR;
254
252 switch (state) { 255 switch (state) {
253 case PM_SUSPEND_STANDBY: 256 case PM_SUSPEND_STANDBY:
254 pxa_cpu_standby(); 257 pxa_cpu_standby();