summaryrefslogtreecommitdiff
path: root/board/scarlet/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/scarlet/board.h')
-rw-r--r--board/scarlet/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/scarlet/board.h b/board/scarlet/board.h
index 0125417f49..97dcd16b25 100644
--- a/board/scarlet/board.h
+++ b/board/scarlet/board.h
@@ -172,7 +172,7 @@
#define CONFIG_MKBP_EVENT
/* Define the MKBP events which are allowed to wakeup AP in S3. */
#define CONFIG_MKBP_WAKEUP_MASK \
- (EC_HOST_EVENT_MASK(EC_HOST_EVENT_KEY_PRESSED) |\
+ (EC_HOST_EVENT_MASK(EC_HOST_EVENT_POWER_BUTTON) |\
EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC))
#ifndef __ASSEMBLER__