We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aeca64 commit a02ccaaCopy full SHA for a02ccaa
board/hx20/board.c
@@ -283,7 +283,7 @@ int board_i2c_p2c(int port)
283
284
285
const struct i2c_slv_port_t i2c_slv_ports[] = {
286
- {"pch", MCHP_I2C_PORT0, 0x50}
+ {"pch", MCHP_I2C_CTRL3, 0x50}
287
};
288
const unsigned int i2c_slvs_used = ARRAY_SIZE(i2c_slv_ports);
289
ec.code-workspace
@@ -11,6 +11,10 @@
11
"name": "hx30",
12
"path": "board/hx30"
13
},
14
+ {
15
+ "name": "baseboard fwk",
16
+ "path": "baseboard/fwk"
17
+ },
18
{
19
"name": "mchp",
20
"path": "chip/mchp"
0 commit comments