Chia-Ling Hou has uploaded this change for review.

View Change

mb/google/gimble: Add PsysPmax setting to 143W

This patch adds the setting of PsysPmax to 143w according to
gimble board design.

BUG=b:206990759
TEST=emerge-brya coreboot chromeos-bootimage & ensure the value is
passed to FSP by enabling FSP log & Boot into the OS

Change-Id: Id6a203f05ecfcc1020a422850d35fa3fa64e01d0
Signed-off-by: Jolin <chia-ling.hou@intel.corp-partner.google.com>
---
M src/mainboard/google/brya/variants/gimble/overridetree.cb
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/59797/1
diff --git a/src/mainboard/google/brya/variants/gimble/overridetree.cb b/src/mainboard/google/brya/variants/gimble/overridetree.cb
index 1a4277f..5500e5e 100644
--- a/src/mainboard/google/brya/variants/gimble/overridetree.cb
+++ b/src/mainboard/google/brya/variants/gimble/overridetree.cb
@@ -32,6 +32,7 @@
register "gpio_pm[COMM_4]" = "0"
register "gpio_pm[COMM_5]" = "0"
register "SaGv" = "SaGv_Enabled"
+ register "PsysPmax" = "143"
register "TcssAuxOri" = "1"
register "typec_aux_bias_pads[0]" = "{.pad_auxp_dc = GPP_E22, .pad_auxn_dc = GPP_E23}"
register "usb2_ports[1]" = "USB2_PORT_MAX(OC1)" # set MAX to USB2_C1 for eye diagram

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id6a203f05ecfcc1020a422850d35fa3fa64e01d0
Gerrit-Change-Number: 59797
Gerrit-PatchSet: 1
Gerrit-Owner: Chia-Ling Hou <chia-ling.hou@intel.corp-partner.google.com>
Gerrit-MessageType: newchange