aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/variants/grunt
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2018-01-29 17:49:36 -0700
committerAaron Durbin <adurbin@chromium.org>2018-01-30 05:38:52 +0000
commit9325710d72391f67386e94a45482f019df90ebec (patch)
tree142ae7294f6ce09e6f8956a5e8d37dc9b7d8c61e /src/mainboard/google/kahlee/variants/grunt
parentde3e84c9258a0aeb75b5874975b7c21baaea92f1 (diff)
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>
Diffstat (limited to 'src/mainboard/google/kahlee/variants/grunt')
-rw-r--r--src/mainboard/google/kahlee/variants/grunt/devicetree.cb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
index d2453a1e67..91aa1f9182 100644
--- a/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
+++ b/src/mainboard/google/kahlee/variants/grunt/devicetree.cb
@@ -30,6 +30,7 @@ chip soc/amd/stoneyridge
# Enable I2C1 for H1 at 400kHz
register "i2c[1]" = "{
+ .early_init = 1,
.speed = I2C_SPEED_FAST,
.rise_time_ns = 84,
.fall_time_ns = 4,