summaryrefslogtreecommitdiff
path: root/board/osiris/usbc_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/osiris/usbc_config.c')
-rw-r--r--board/osiris/usbc_config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/osiris/usbc_config.c b/board/osiris/usbc_config.c
index 3f5e5adb91..85d73b63cf 100644
--- a/board/osiris/usbc_config.c
+++ b/board/osiris/usbc_config.c
@@ -46,7 +46,6 @@ const 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_CONTROL_VCONN |
TCPC_FLAGS_CONTROL_FRS,
},
[USBC_PORT_C1] = {
@@ -58,7 +57,6 @@ const 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_CONTROL_VCONN |
TCPC_FLAGS_CONTROL_FRS,
},
};