summaryrefslogtreecommitdiff
path: root/board/lars/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lars/board.c')
-rw-r--r--board/lars/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/lars/board.c b/board/lars/board.c
index ec06604c56..55e00b24a6 100644
--- a/board/lars/board.c
+++ b/board/lars/board.c
@@ -10,6 +10,7 @@
#include "charger.h"
#include "console.h"
#include "driver/pmic_tps650830.h"
+#include "driver/tcpm/tcpci.h"
#include "driver/temp_sensor/tmp432.h"
#include "extpower.h"
#include "fan.h"
@@ -116,7 +117,7 @@ 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},
+ {I2C_PORT_TCPC, CONFIG_TCPC_I2C_BASE_ADDR, &tcpci_tcpm_drv},
};
/* Physical fans. These are logically separate from pwm_channels. */