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 c3f7c85c3d..992ef0505b 100644
--- a/board/chell/board.c
+++ b/board/chell/board.c
@@ -367,6 +367,8 @@ uint32_t board_get_gpio_hibernate_state(uint32_t port, uint32_t pin)
GPIO_TO_PORT_MASK_PAIR(GPIO_PCH_RTCRST),
/* Keep keyboard backlight off, GPIO34 pin is in PWM mode */
GPIO_TO_PORT_MASK_PAIR(GPIO_KEYBOARD_BACKLIGHT),
+ /* RSMRST to PCH should be low when rails are off */
+ GPIO_TO_PORT_MASK_PAIR(GPIO_PCH_RSMRST_L),
};
/* Some GPIOs should be driven low in hibernate */