summaryrefslogtreecommitdiff
path: root/board/host/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/board.c')
-rw-r--r--board/host/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/host/board.c b/board/host/board.c
index c342ebca8e..2ee7413152 100644
--- a/board/host/board.c
+++ b/board/host/board.c
@@ -63,6 +63,8 @@ const struct i2c_port_t i2c_ports[] = {
{"battery", I2C_PORT_BATTERY, 100, 0, 0},
#elif defined I2C_PORT_LIGHTBAR
{"lightbar", I2C_PORT_LIGHTBAR, 100, 0, 0},
+#elif defined I2C_PORT_HOST_TCPC
+ {"tcpc", I2C_PORT_HOST_TCPC, 100, 0, 0},
#endif
};