From e27babd2d7d3c3d462bc33afd6695d7d1cae9185 Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Thu, 13 Oct 2022 16:03:34 -0700 Subject: Redrix: Add other chip names in port list for I2C7 I2C7 also has a main battery charger and a wlc charger. This patch adds them so that i2cscan can show them. BUG=None BRANCH=None TEST=Redrix Signed-off-by: Daisuke Nojiri Change-Id: I6fb7ccd7e7c8524730d97aa07b06dbaf4a2b64ca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3953262 Reviewed-by: Paul Fagerburg --- board/redrix/i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1