summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/voema/board.c2
-rw-r--r--board/voema/board.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/board/voema/board.c b/board/voema/board.c
index f6dff264f6..c16ed9f675 100644
--- a/board/voema/board.c
+++ b/board/voema/board.c
@@ -260,11 +260,13 @@ struct ppc_config_t ppc_chips[] = {
[USBC_PORT_C0] = {
.i2c_port = I2C_PORT_USB_C0,
.i2c_addr_flags = SYV682X_ADDR0_FLAGS,
+ .frs_en = GPIO_USB_C0_FRS_EN,
.drv = &syv682x_drv,
},
[USBC_PORT_C1] = {
.i2c_port = I2C_PORT_USB_C1,
.i2c_addr_flags = SYV682X_ADDR0_FLAGS,
+ .frs_en = GPIO_USB_C1_FRS_EN,
.drv = &syv682x_drv,
},
};
diff --git a/board/voema/board.h b/board/voema/board.h
index 666d680a48..b2d401f69a 100644
--- a/board/voema/board.h
+++ b/board/voema/board.h
@@ -77,6 +77,7 @@
/* USBC PPC*/
#define CONFIG_USBC_PPC_SYV682X /* USBC port C0/C1 */
+#define CONFIG_USB_PD_FRS_PPC
#undef CONFIG_USB_PD_TCPC_RUNTIME_CONFIG
#undef CONFIG_USB_PD_TCPM_TUSB422
#undef CONFIG_USB_MUX_RUNTIME_CONFIG