diff options
-rw-r--r-- | src/mainboard/google/kahlee/mainboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/mainboard.c b/src/mainboard/google/kahlee/mainboard.c index f1ae7b8d3e..b7adfc026a 100644 --- a/src/mainboard/google/kahlee/mainboard.c +++ b/src/mainboard/google/kahlee/mainboard.c @@ -164,6 +164,9 @@ static void mainboard_init(void *chip_info) gpes = get_gpe_table(&num); gpe_configure_sci(gpes, num); + /* Initialize i2c busses that were not initialized in bootblock */ + i2c_soc_init(); + /* Set GenIntDisable so that GPIO 90 is configured as a GPIO. */ if (!IS_ENABLED(CONFIG_BOARD_GOOGLE_KAHLEE)) pm_write8(PM_PCIB_CFG, |