summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/coachz/gpio.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/coachz/gpio.inc b/board/coachz/gpio.inc
index dc8eacdb26..7e9c4c57e5 100644
--- a/board/coachz/gpio.inc
+++ b/board/coachz/gpio.inc
@@ -88,10 +88,6 @@ GPIO(DP_MUX_OE_L, PIN(9, 6), GPIO_ODR_HIGH) /* DP mux enable, actuall
GPIO(DP_MUX_SEL, PIN(4, 5), GPIO_OUT_LOW) /* DP mux selection: L:C0, H:C1 */
GPIO(DP_HOT_PLUG_DET, PIN(9, 5), GPIO_OUT_LOW) /* DP HPD to AP */
-/* USB-A */
-GPIO(EN_USB_A_5V, PIN(8, 6), GPIO_INPUT) /* NC, backup only */
-GPIO(USB_A_CDP_ILIM_EN, PIN(7, 5), GPIO_INPUT) /* NC, backup only */
-
/* LEDs */
GPIO(EC_CHG_LED_Y_C0, PIN(C, 3), GPIO_OUT_LOW)
GPIO(EC_CHG_LED_W_C0, PIN(C, 4), GPIO_OUT_LOW)
@@ -187,6 +183,8 @@ UNUSED(PIN(B, 1))
UNUSED(PIN(5, 6))
UNUSED(PIN(8, 0))
UNUSED(PIN(D, 3))
+UNUSED(PIN(7, 5))
+UNUSED(PIN(8, 6))
/* Alternate functions GPIO definitions */
ALTERNATE(PIN_MASK(6, 0x30), 0, MODULE_UART, 0) /* UART (GPIO64/65) */