summaryrefslogtreecommitdiff
path: root/board/strago
diff options
context:
space:
mode:
Diffstat (limited to 'board/strago')
-rw-r--r--board/strago/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/strago/board.c b/board/strago/board.c
index 79e99b83ee..441835b0ea 100644
--- a/board/strago/board.c
+++ b/board/strago/board.c
@@ -108,6 +108,10 @@ const struct i2c_port_t i2c_ports[] = {
};
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
+const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_COUNT] = {
+ {I2C_PORT_TCPC, CONFIG_TCPC_I2C_BASE_ADDR},
+};
+
/* SPI master ports */
const struct spi_device_t spi_devices[] = {
{ CONFIG_SPI_FLASH_PORT, 0, GPIO_PVT_CS0},