Felix Held submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Kenneth Chan: Looks good to me, but someone else must approve Rob Barnes: Looks good to me, approved
mb/google/guybrush/var/dewatt: disable unused PCIe clock setting

GPP_CLK1 is used for SD and GPP_CLK2 is for WWAN on guybrush.
Disable unused PCIe GPP_CLK1 and GPP_CLK2 for dewatt.

BUG=b:211566312
TEST=emerge-guybrush coreboot

Signed-off-by: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com>
Change-Id: If449453bc60ed41e104346429babc06a73acef64
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60328
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rob Barnes <robbarnes@google.com>
---
M src/mainboard/google/guybrush/variants/dewatt/overridetree.cb
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb b/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb
index 5366d68..f34bac8 100644
--- a/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb
+++ b/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb
@@ -58,6 +58,10 @@
},
}"

+ # general purpose PCIe clock output configuration
+ register "gpp_clk_config[1]" = "GPP_CLK_OFF"
+ register "gpp_clk_config[2]" = "GPP_CLK_OFF"
+
# I2C Config
#+-------------------+---------------------------+
#| Field | Value |

To view, visit change 60328. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If449453bc60ed41e104346429babc06a73acef64
Gerrit-Change-Number: 60328
Gerrit-PatchSet: 5
Gerrit-Owner: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com>
Gerrit-Reviewer: Bhanu Prakash Maiya <bhanumaiya@google.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub@google.com>
Gerrit-Reviewer: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com>
Gerrit-Reviewer: Rob Barnes <robbarnes@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-MessageType: merged