summaryrefslogtreecommitdiff
path: root/board/cyan/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cyan/board.c')
-rw-r--r--board/cyan/board.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/cyan/board.c b/board/cyan/board.c
index 5d6b62220b..c1af3f2a59 100644
--- a/board/cyan/board.c
+++ b/board/cyan/board.c
@@ -47,8 +47,10 @@ const struct power_signal_info power_signal_list[] = {
BUILD_ASSERT(ARRAY_SIZE(power_signal_list) == POWER_SIGNAL_COUNT);
const struct i2c_port_t i2c_ports[] = {
- {"I2C0", MEC1322_I2C0_0, 100, GPIO_I2C_PORT0_SCL, GPIO_I2C_PORT0_SDA},
- {"I2C1", MEC1322_I2C1, 100, GPIO_I2C_PORT1_SCL, GPIO_I2C_PORT1_SDA},
+ {"batt_chg", MEC1322_I2C0_0, 100, GPIO_I2C0_0_SCL, GPIO_I2C0_0_SDA},
+ {"sensors", MEC1322_I2C1, 100, GPIO_I2C1_SCL, GPIO_I2C1_SDA },
+ {"soc", MEC1322_I2C2, 100, GPIO_I2C2_SCL, GPIO_I2C2_SDA },
+ {"thermal", MEC1322_I2C3, 100, GPIO_I2C3_SCL, GPIO_I2C3_SDA },
};
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);