summaryrefslogtreecommitdiff
path: root/board/felwinter/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/felwinter/i2c.c')
-rw-r--r--board/felwinter/i2c.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/board/felwinter/i2c.c b/board/felwinter/i2c.c
index bb55b13d0c..b54cc98de8 100644
--- a/board/felwinter/i2c.c
+++ b/board/felwinter/i2c.c
@@ -20,24 +20,24 @@ const struct i2c_port_t i2c_ports[] = {
},
{
/* I2C1 */
- .name = "tcpc0,2",
- .port = I2C_PORT_USB_C0_C2_TCPC,
+ .name = "tcpc2",
+ .port = I2C_PORT_USB_C2_TCPC,
.kbps = 1000,
.scl = GPIO_EC_I2C_USB_C0_C2_TCPC_SCL,
.sda = GPIO_EC_I2C_USB_C0_C2_TCPC_SDA,
},
{
/* I2C2 */
- .name = "ppc0,2",
- .port = I2C_PORT_USB_C0_C2_PPC,
+ .name = "ppc2",
+ .port = I2C_PORT_USB_C2_PPC,
.kbps = 1000,
.scl = GPIO_EC_I2C_USB_C0_C2_PPC_BC_SCL,
.sda = GPIO_EC_I2C_USB_C0_C2_PPC_BC_SDA,
},
{
/* I2C3 */
- .name = "retimer0,2",
- .port = I2C_PORT_USB_C0_C2_MUX,
+ .name = "retimer2",
+ .port = I2C_PORT_USB_C2_MUX,
.kbps = 1000,
.scl = GPIO_EC_I2C_USB_C0_C2_RT_SCL,
.sda = GPIO_EC_I2C_USB_C0_C2_RT_SDA,