mb/google/kahlee: mark h1 bus as early init for grunt

Since the h1 i2c bus is required for verstage mark the bus
as needing to be initialized early. That way, the bus is initialized
in bootblock prior to verstage.

BUG=b:70232394,b:69250772

Change-Id: Ice8525e08ccb438bc468d4c8bd311f72eddc7eb6
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/23498
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
This commit is contained in:
Aaron Durbin 2018-01-29 17:49:36 -07:00
parent de3e84c925
commit 9325710d72
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ chip soc/amd/stoneyridge
# Enable I2C1 for H1 at 400kHz # Enable I2C1 for H1 at 400kHz
register "i2c[1]" = "{ register "i2c[1]" = "{
.early_init = 1,
.speed = I2C_SPEED_FAST, .speed = I2C_SPEED_FAST,
.rise_time_ns = 84, .rise_time_ns = 84,
.fall_time_ns = 4, .fall_time_ns = 4,