summaryrefslogtreecommitdiff
path: root/board/taranza/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/taranza/board.c')
-rw-r--r--board/taranza/board.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/taranza/board.c b/board/taranza/board.c
index 619f609b3c..3c9cc62e2b 100644
--- a/board/taranza/board.c
+++ b/board/taranza/board.c
@@ -108,10 +108,8 @@ const struct usb_mux_chain usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = {
/* USB-A ports */
const int usb_port_enable[USB_PORT_COUNT] = {
- GPIO_EN_USB_A0_VBUS,
- GPIO_EN_USB_A1_VBUS,
- GPIO_EN_USB_A2_VBUS,
- GPIO_EN_USB_A3_VBUS,
+ GPIO_EN_USB_A0_VBUS, GPIO_EN_USB_A1_VBUS, GPIO_EN_USB_A2_VBUS,
+ GPIO_EN_USB_A3_VBUS, GPIO_EN_USB_A4_VBUS,
};
/* PWM channels. Must be in the exactly same order as in enum pwm_channel. */