summaryrefslogtreecommitdiff
path: root/board/hades/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hades/i2c.c')
-rw-r--r--board/hades/i2c.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/hades/i2c.c b/board/hades/i2c.c
index bf8c88b211..6bdbfda2f2 100644
--- a/board/hades/i2c.c
+++ b/board/hades/i2c.c
@@ -22,11 +22,11 @@ const struct i2c_port_t i2c_ports[] = {
},
{
/* I2C2 */
- .name = "tcpc2",
- .port = I2C_PORT_USB_C2_TCPC,
+ .name = "tcpc1",
+ .port = I2C_PORT_USB_C1_TCPC,
.kbps = 400,
- .scl = GPIO_EC_I2C_USB_C2_SCL,
- .sda = GPIO_EC_I2C_USB_C2_SDA,
+ .scl = GPIO_EC_I2C_USB_C1_SCL,
+ .sda = GPIO_EC_I2C_USB_C1_SDA,
},
{
/* I2C5 */