summaryrefslogtreecommitdiff
path: root/board/brya
diff options
context:
space:
mode:
Diffstat (limited to 'board/brya')
-rw-r--r--board/brya/usbc_config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/brya/usbc_config.c b/board/brya/usbc_config.c
index 802296a66c..6354e7a481 100644
--- a/board/brya/usbc_config.c
+++ b/board/brya/usbc_config.c
@@ -45,7 +45,8 @@ const struct tcpc_config_t tcpc_config[] = {
.addr_flags = NCT38XX_I2C_ADDR1_1_FLAGS,
},
.drv = &nct38xx_tcpm_drv,
- .flags = TCPC_FLAGS_TCPCI_REV2_0,
+ .flags = TCPC_FLAGS_TCPCI_REV2_0 |
+ TCPC_FLAGS_NO_DEBUG_ACC_CONTROL,
},
[USBC_PORT_C1] = {
.bus_type = EC_BUS_TYPE_I2C,