Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210065
b: refs/heads/master
c: 58a5559
h: refs/heads/master
i:
  210063: 47d1386
v: v3
  • Loading branch information
Kevin Hilman authored and Tony Lindgren committed Aug 16, 2010
1 parent 6aa1fdf commit 0db1872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c66dd2660de534973303e2dd4f7784763bc9e549
refs/heads/master: 58a5559e461a4ab945286dacef611d3c542c5fee
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-omap2/pm34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,9 @@ void omap_sram_idle(void)
}

/* Disable IO-PAD and IO-CHAIN wakeup */
if (omap3_has_io_wakeup() && core_next_state < PWRDM_POWER_ON) {
if (omap3_has_io_wakeup() &&
(per_next_state < PWRDM_POWER_ON ||
core_next_state < PWRDM_POWER_ON)) {
prm_clear_mod_reg_bits(OMAP3430_EN_IO_MASK, WKUP_MOD, PM_WKEN);
omap3_disable_io_chain();
}
Expand Down

0 comments on commit 0db1872

Please sign in to comment.