summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 52af086498..1ebdc179a9 100644
--- a/board/chell/board.c
+++ b/board/chell/board.c
@@ -329,6 +329,8 @@ uint32_t board_get_gpio_hibernate_state(uint32_t port, uint32_t pin)
* event once we leave hibernate.
*/
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),
};
/* LED GPIOs should be driven low to turn off LEDs */