summaryrefslogtreecommitdiff
path: root/board/anahera/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/anahera/i2c.c')
-rw-r--r--board/anahera/i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/anahera/i2c.c b/board/anahera/i2c.c
index 74208f4575..8c648416ab 100644
--- a/board/anahera/i2c.c
+++ b/board/anahera/i2c.c
@@ -38,7 +38,7 @@ const struct i2c_port_t i2c_ports[] = {
/* I2C4 C1 TCPC */
.name = "tcpc1",
.port = I2C_PORT_USB_C1_TCPC,
- .kbps = 400,
+ .kbps = 1000,
.scl = GPIO_EC_I2C_USB_C1_TCPC_SCL,
.sda = GPIO_EC_I2C_USB_C1_TCPC_SDA,
},
@@ -54,7 +54,7 @@ const struct i2c_port_t i2c_ports[] = {
/* I2C6 */
.name = "ppc1,retimer1",
.port = I2C_PORT_USB_C1_PPC,
- .kbps = 400,
+ .kbps = 1000,
.scl = GPIO_EC_I2C_USB_C1_MIX_SCL,
.sda = GPIO_EC_I2C_USB_C1_MIX_SDA,
},