summaryrefslogtreecommitdiff
path: root/board/cr50/board.c
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 17:01:14 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-07 19:21:50 +0000
commit2be9f07b1e2e6d23d6592ac34fad3e3fd5d3b60f (patch)
tree4bd23a2e88a6549c75a01ed6fd248f09abacdcd7 /board/cr50/board.c
parent74d1673daa17d9503f21cdf86bfd552873d1aefa (diff)
downloadchrome-ec-2be9f07b1e2e6d23d6592ac34fad3e3fd5d3b60f.tar.gz
coil: I2C_PORT_MASTER -> I2C_PORT_CONTROLLER
BUG=b:175244613 TEST=make buildall -j Change-Id: If5b5dc1b2390dfec43955ec88a959ba26b52082b Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611758 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'board/cr50/board.c')
-rw-r--r--board/cr50/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 9b1ce10f6d..d9720956de 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -228,7 +228,7 @@ static int other_rw_is_inactive(void)
/* I2C Port definition */
const struct i2c_port_t i2c_ports[] = {
- {"master", I2C_PORT_MASTER, 100,
+ {"controller", I2C_PORT_CONTROLLER, 100,
GPIO_I2C_SCL_INA, GPIO_I2C_SDA_INA},
};
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);