summaryrefslogtreecommitdiff
path: root/board/glados/board.c
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2015-11-12 10:54:19 -0600
committerchrome-bot <chrome-bot@chromium.org>2015-11-12 12:37:08 -0800
commitbd83bb8f368f6b7285567090b51663b50f494671 (patch)
treed2e70fef1fd81064fe23effad2e13eca7ae7e261 /board/glados/board.c
parent59dccac4da8c20e481c434eb9951e50d4bcd42e7 (diff)
downloadchrome-ec-bd83bb8f368f6b7285567090b51663b50f494671.tar.gz
glados/chell: drive PCH_RTCRST low
The PCH_RTCRST signal is active high controlling the gate of a FET. Therefore, it's default state should be low. BUG=chrome-os-partner:47505 BRANCH=None TEST=Built. The FET is unstuffed on both boards currently. Change-Id: Ia0e07e67e6ea4eecf151ac8890ad98c8a337c01e Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/312061 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'board/glados/board.c')
-rw-r--r--board/glados/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/glados/board.c b/board/glados/board.c
index a71441bde5..0ea36b3e1e 100644
--- a/board/glados/board.c
+++ b/board/glados/board.c
@@ -432,6 +432,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 control RTCRST is active high. */
+ GPIO_TO_PORT_MASK_PAIR(GPIO_PCH_RTCRST),
};
/* LED GPIOs should be driven low to turn off LEDs */