summaryrefslogtreecommitdiff
path: root/board/volteer/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/volteer/board.c')
-rw-r--r--board/volteer/board.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/volteer/board.c b/board/volteer/board.c
index 68515fd95e..e2d0d9cd5e 100644
--- a/board/volteer/board.c
+++ b/board/volteer/board.c
@@ -236,3 +236,12 @@ const struct pwm_t pwm_channels[] = {
},
};
BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);
+
+/******************************************************************************/
+/* USB-A charging control */
+
+const int usb_port_enable[USB_PORT_COUNT] = {
+ GPIO_EN_PP5000_USBA,
+};
+
+