summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2021-04-26 16:04:51 -0600
committerMartin Roth <martinroth@google.com>2021-04-29 15:02:19 +0000
commite5b85c3377901e2bdf2ecd21ea0f4b637e5a7c62 (patch)
treeaf94b655112110e8ce4b6cbfc9fa3434d6c61bad /src/mainboard/google
parent6fcc46d1a41d8818e1dc791cadd173fd05afe54b (diff)
downloadcoreboot-e5b85c3377901e2bdf2ecd21ea0f4b637e5a7c62.tar.gz
coreboot-e5b85c3377901e2bdf2ecd21ea0f4b637e5a7c62.tar.bz2
coreboot-e5b85c3377901e2bdf2ecd21ea0f4b637e5a7c62.zip
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.cb2
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 305dfbfc6f3e..b0bfa9614fd4 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"