summaryrefslogtreecommitdiff
path: root/board/spring/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/spring/board.c')
-rw-r--r--board/spring/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/spring/board.c b/board/spring/board.c
index 51447737f5..13cbeee1f3 100644
--- a/board/spring/board.c
+++ b/board/spring/board.c
@@ -127,7 +127,7 @@ BUILD_ASSERT(ARRAY_SIZE(pwm_channels) == PWM_CH_COUNT);
/* I2C ports */
const struct i2c_port_t i2c_ports[] = {
- {"host", I2C_PORT_HOST, 100},
+ {"master", I2C_PORT_MASTER, 100},
};
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);