summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/redrix/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/redrix/i2c.c b/board/redrix/i2c.c
index 0d6f92ad90..fc2f5d9454 100644
--- a/board/redrix/i2c.c
+++ b/board/redrix/i2c.c
@@ -68,7 +68,7 @@ const struct i2c_port_t i2c_ports[] = {
},
{
/* I2C7 */
- .name = "eeprom",
+ .name = "charger,eeprom,wlc",
.port = I2C_PORT_EEPROM,
.kbps = 400,
.scl = GPIO_EC_I2C_MISC_SCL_R,