summaryrefslogtreecommitdiff
path: root/board/wolf/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/wolf/board.c')
-rw-r--r--board/wolf/board.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/wolf/board.c b/board/wolf/board.c
index dac35e237b..7760417ac5 100644
--- a/board/wolf/board.c
+++ b/board/wolf/board.c
@@ -52,7 +52,11 @@ const struct gpio_info gpio_list[] = {
x86_interrupt},
{"PP1350_PGOOD", LM4_GPIO_H, (1<<6), GPIO_INT_BOTH,
x86_interrupt},
- {"PP5000_PGOOD", LM4_GPIO_N, (1<<0), GPIO_INT_BOTH,
+ /*
+ * Catch PP5000_PGOOD interrupts while in S3
+ * (http://crosbug.com/p/25833)
+ */
+ {"PP5000_PGOOD", LM4_GPIO_N, (1<<0), GPIO_INT_BOTH_DSLEEP,
x86_interrupt},
{"VCORE_PGOOD", LM4_GPIO_C, (1<<6), GPIO_INT_BOTH,
x86_interrupt},