summaryrefslogtreecommitdiff
path: root/board/glower/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/glower/gpio.inc')
-rw-r--r--board/glower/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/glower/gpio.inc b/board/glower/gpio.inc
index bdd613930b..b46c815de0 100644
--- a/board/glower/gpio.inc
+++ b/board/glower/gpio.inc
@@ -71,6 +71,9 @@ GPIO(EC_HIB, PORT(3), 4, GPIO_INPUT, NULL)
GPIO(ICMNT, PORT(6), 1, GPIO_INPUT, NULL)
GPIO(PVT_CS0, PORT(14), 6, GPIO_ODR_HIGH, NULL)
+/* Configure VCC_PWRGD as GPIO so that it's internally gated high */
+GPIO(TP78, PORT(6), 3, GPIO_OUT_HIGH, NULL)
+
ALTERNATE(PORT(16), 0x24, 1, MODULE_UART, 0) /* UART0 */
ALTERNATE(PORT(2), 0x0f, 2, MODULE_I2C, 0) /* I2C1 and I2C2 */