diff options
Diffstat (limited to 'board/mec1322_evb/board.c')
-rw-r--r-- | board/mec1322_evb/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mec1322_evb/board.c b/board/mec1322_evb/board.c index 774abe0239..e6d4add57e 100644 --- a/board/mec1322_evb/board.c +++ b/board/mec1322_evb/board.c @@ -41,6 +41,6 @@ BUILD_ASSERT(ARRAY_SIZE(fans) == CONFIG_FANS); /* I2C ports */ const struct i2c_port_t i2c_ports[] = { - {"port0", 0, 100}, + {"port0", MEC1322_I2C0_0, 100}, }; const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports); |