summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/chell/board.c2
-rw-r--r--board/glados/board.c2
2 files changed, 4 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 */
diff --git a/board/glados/board.c b/board/glados/board.c
index 74682a46fe..ff1aada1f3 100644
--- a/board/glados/board.c
+++ b/board/glados/board.c
@@ -433,6 +433,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 control RTCRST is active high. */
GPIO_TO_PORT_MASK_PAIR(GPIO_PCH_RTCRST),
+ /* RSMRST to PCH should be low when rails are off */
+ GPIO_TO_PORT_MASK_PAIR(GPIO_PCH_RSMRST_L),
};
/* LED GPIOs should be driven low to turn off LEDs */