summaryrefslogtreecommitdiff
path: root/board/felwinter
diff options
context:
space:
mode:
Diffstat (limited to 'board/felwinter')
-rw-r--r--board/felwinter/usbc_config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/felwinter/usbc_config.c b/board/felwinter/usbc_config.c
index b8657c4785..ec758c78c3 100644
--- a/board/felwinter/usbc_config.c
+++ b/board/felwinter/usbc_config.c
@@ -56,7 +56,8 @@ struct tcpc_config_t tcpc_config[] = {
},
.drv = &ps8xxx_tcpm_drv,
.flags = TCPC_FLAGS_TCPCI_REV2_0 |
- TCPC_FLAGS_TCPCI_REV2_0_NO_VSAFE0V,
+ TCPC_FLAGS_TCPCI_REV2_0_NO_VSAFE0V |
+ TCPC_FLAGS_CONTROL_VCONN,
},
};
BUILD_ASSERT(ARRAY_SIZE(tcpc_config) == USBC_PORT_COUNT);