summaryrefslogtreecommitdiff
path: root/board/scarlet/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scarlet/board.c')
-rw-r--r--board/scarlet/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/scarlet/board.c b/board/scarlet/board.c
index 6ce154e555..c1beb0882a 100644
--- a/board/scarlet/board.c
+++ b/board/scarlet/board.c
@@ -137,7 +137,7 @@ const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_MAX_COUNT] = {
.bus_type = EC_BUS_TYPE_I2C,
.i2c_info = {
.port = I2C_PORT_TCPC0,
- .addr_flags = FUSB302_I2C_SLAVE_ADDR_FLAGS,
+ .addr_flags = FUSB302_I2C_ADDR_FLAGS,
},
.drv = &fusb302_tcpm_drv,
},