diff options
author | Martin Roth <martinroth@chromium.org> | 2021-04-26 16:04:51 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2021-04-29 15:02:19 +0000 |
commit | e5b85c3377901e2bdf2ecd21ea0f4b637e5a7c62 (patch) | |
tree | af94b655112110e8ce4b6cbfc9fa3434d6c61bad /src/mainboard/google | |
parent | 6fcc46d1a41d8818e1dc791cadd173fd05afe54b (diff) | |
download | coreboot-e5b85c3377901e2bdf2ecd21ea0f4b637e5a7c62.tar.xz |
mb/google/guybrush: Set system_config to 2 for guybrush boards
All guybrush boards should have system_configuration set to 2, so
put this in the main devicetree.
BUG=b:185209734
TEST=Build & Boot guybrush
Signed-off-by: Martin Roth <martinroth@chromium.org>
Change-Id: I1ce2acb3b4ed51aa9a0aa379ed125f0b04f04d31
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52680
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: chris wang <Chris.Wang@amd.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index 305dfbfc6f..b0bfa9614f 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -41,6 +41,8 @@ chip soc/amd/cezanne # Enable S0i3 support register "s0ix_enable" = "1" + register "system_configuration" = "2" + register "i2c_scl_reset" = "GPIO_I2C0_SCL | GPIO_I2C1_SCL | GPIO_I2C2_SCL | GPIO_I2C3_SCL" |