diff --git a/src/board/system76/bonw15/gpio.c b/src/board/system76/bonw15/gpio.c index e8a9397..4f5abcb 100644 --- a/src/board/system76/bonw15/gpio.c +++ b/src/board/system76/bonw15/gpio.c @@ -65,7 +65,8 @@ void gpio_init() { GPDRC = BIT(6); // BL_PWM_EN_EC GPDRD = BIT(3); - GPDRE = 0; + // USB_PWR_EN# (inverted) + GPDRE = BIT(3); // PCH_DPWROK_EC GPDRF = BIT(3); // H_PROCHOT#_EC