summaryrefslogtreecommitdiff
path: root/board/chell/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/chell/board.c')
-rw-r--r--board/chell/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/chell/board.c b/board/chell/board.c
index 1ebdc179a9..d16759d113 100644
--- a/board/chell/board.c
+++ b/board/chell/board.c
@@ -331,6 +331,8 @@ uint32_t board_get_gpio_hibernate_state(uint32_t port, uint32_t pin)
GPIO_TO_PORT_MASK_PAIR(GPIO_USB_PD_WAKE),
/* The GPIO to reset PMIC is active high */
GPIO_TO_PORT_MASK_PAIR(GPIO_PMIC_LDO_EN),
+ /* The GPIO to control RTCRST is active high. */
+ GPIO_TO_PORT_MASK_PAIR(GPIO_PCH_RTCRST),
};
/* LED GPIOs should be driven low to turn off LEDs */