summaryrefslogtreecommitdiff
path: root/baseboard/volteer/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/volteer/baseboard.c')
-rw-r--r--baseboard/volteer/baseboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/volteer/baseboard.c b/baseboard/volteer/baseboard.c
index 69353fabad..84ff2d4e39 100644
--- a/baseboard/volteer/baseboard.c
+++ b/baseboard/volteer/baseboard.c
@@ -369,7 +369,7 @@ static const struct tcpc_config_t tcpc_config_p1_usb3 = {
.port = I2C_PORT_USB_C1,
.addr_flags = PS8751_I2C_ADDR1_FLAGS,
},
- .flags = TCPC_FLAGS_TCPCI_V2_0,
+ .flags = TCPC_FLAGS_TCPCI_REV2_0,
.drv = &ps8xxx_tcpm_drv,
.usb23 = USBC_PORT_1_USB2_NUM | (USBC_PORT_1_USB3_NUM << 4),
};