summaryrefslogtreecommitdiff
path: root/board/drawcia/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/drawcia/board.c')
-rw-r--r--board/drawcia/board.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/drawcia/board.c b/board/drawcia/board.c
index 849c172066..27f04658ee 100644
--- a/board/drawcia/board.c
+++ b/board/drawcia/board.c
@@ -44,6 +44,11 @@
#define INT_RECHECK_US 5000
+/* GPIO to enable/disable the USB Type-A port. */
+const int usb_port_enable[USB_PORT_COUNT] = {
+ GPIO_EN_USB_A_5V,
+};
+
/* C0 interrupt line shared by BC 1.2 and charger */
static void check_c0_line(void);
DECLARE_DEFERRED(check_c0_line);