summaryrefslogtreecommitdiff
path: root/board/coachz
diff options
context:
space:
mode:
Diffstat (limited to 'board/coachz')
-rw-r--r--board/coachz/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coachz/gpio.inc b/board/coachz/gpio.inc
index e84c690f55..8f5f1498a1 100644
--- a/board/coachz/gpio.inc
+++ b/board/coachz/gpio.inc
@@ -65,7 +65,7 @@ GPIO(EC_INT_L, PIN(A, 2), GPIO_ODR_HIGH) /* Interrupt line between
GPIO(QSIP_ON, PIN(5, 0), GPIO_OUT_LOW) /* Not used, for non-switchcap testing */
/* Power enables */
-GPIO(HIBERNATE_L, PIN(5, 2), GPIO_OUT_HIGH) /* EC hibernate */
+GPIO(HIBERNATE_L, PIN(5, 2), GPIO_ODR_HIGH) /* EC hibernate */
GPIO(SWITCHCAP_ON, PIN(D, 5), GPIO_OUT_LOW) /* Enable switch cap; will be configured in the board init */
GPIO(EN_PP3300_A, PIN(A, 6), GPIO_OUT_LOW) /* Enable PP3300 */
GPIO(EN_PP5000_A, PIN(6, 7), GPIO_OUT_LOW) /* Enable PP5000 */