diff options
Diffstat (limited to 'board/volteer/gpio.inc')
-rw-r--r-- | board/volteer/gpio.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/volteer/gpio.inc b/board/volteer/gpio.inc index 73634db510..ce1c1eae43 100644 --- a/board/volteer/gpio.inc +++ b/board/volteer/gpio.inc @@ -60,6 +60,7 @@ GPIO_INT(EC_VOLUP_BTN_ODL, PIN(9, 7), GPIO_INT_BOTH | GPIO_PULL_UP, button_inte /* Power Sequencing Signals */ GPIO(EN_PP3300_A, PIN(A, 3), GPIO_OUT_LOW) GPIO(EN_PP5000_A, PIN(A, 4), GPIO_OUT_LOW) +GPIO(EN_PPVAR_VCCIN, PIN(4, 3), GPIO_OUT_LOW) /* Enables VCCIN IMPV9 */ /* The EC does not buffer this signal on Volteer. */ UNIMPLEMENTED(PCH_DSW_PWROK) |