summaryrefslogtreecommitdiff
path: root/board/reef/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/reef/board.c')
-rw-r--r--board/reef/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/reef/board.c b/board/reef/board.c
index 5db387f6b9..23247c4f95 100644
--- a/board/reef/board.c
+++ b/board/reef/board.c
@@ -299,6 +299,10 @@ struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_COUNT] = {
}
};
+const int usb_port_enable[CONFIG_USB_PORT_POWER_SMART_PORT_COUNT] = {
+ GPIO_USB1_ENABLE,
+};
+
/* called from anx74xx_set_power_mode() */
void board_set_tcpc_power_mode(int port, int mode)
{