summaryrefslogtreecommitdiff
path: root/board/cheza/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cheza/board.c')
-rw-r--r--board/cheza/board.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/cheza/board.c b/board/cheza/board.c
index b2b323eefd..173b97fb85 100644
--- a/board/cheza/board.c
+++ b/board/cheza/board.c
@@ -115,6 +115,15 @@ static void ppc_interrupt(enum gpio_signal signal)
sn5s330_interrupt(0);
}
+/* Wake-up pins for hibernate */
+const enum gpio_signal hibernate_wake_pins[] = {
+ GPIO_LID_OPEN,
+ GPIO_AC_PRESENT,
+ GPIO_POWER_BUTTON_L,
+ GPIO_EC_RST_ODL,
+};
+const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);
+
/* ADC channels */
const struct adc_t adc_channels[] = {
/* Base detection */