summaryrefslogtreecommitdiff
path: root/board/stern/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/stern/board.c')
-rw-r--r--board/stern/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/stern/board.c b/board/stern/board.c
index ce82554f16..609dfdf7e5 100644
--- a/board/stern/board.c
+++ b/board/stern/board.c
@@ -106,8 +106,8 @@ __override struct keyboard_scan_config keyscan_config = {
struct ioexpander_config_t ioex_config[CONFIG_IO_EXPANDER_PORT_COUNT] = {
[0] = {
- .i2c_host_port = I2C_PORT_IO_EXPANDER_IT8801,
- .i2c_addr_flags = IT8801_I2C_ADDR,
+ .i2c_host_port = IT8801_KEYBOARD_PWM_I2C_PORT,
+ .i2c_addr_flags = IT8801_I2C_ADDR1,
.drv = &it8801_ioexpander_drv,
},
};