diff options
author | Chris Wang <chris.wang@amd.corp-partner.google.com> | 2021-04-29 00:25:12 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-04-30 16:20:16 +0000 |
commit | 2713da3614127ae4fe7b49ef4c57ce4d87ba3007 (patch) | |
tree | 33837b5d3554159a32e23e5588e09375135b1b38 /src/mainboard/google/guybrush | |
parent | 0679392177b25a418f8d601b049f841c9d79ba55 (diff) | |
download | coreboot-2713da3614127ae4fe7b49ef4c57ce4d87ba3007.tar.xz |
mb/google/guybrush: update the telemetry setting
Update the telemetry setting for guybrush
vddcrvddfull_scale_current : 92165 #mA
ddcrvddoffset : 412
vddcrsocfull_scale_current : 30233 #mA
vddcrsocoffset : 457
BUG=b:182754399
TEST=Build, boot to guybrush
Change-Id: Ib92bb169693634665fc8e165837e7ae3e6137bcf
Signed-off-by: Chris Wang <chris.wang@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52736
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/guybrush')
-rw-r--r-- | src/mainboard/google/guybrush/variants/guybrush/overridetree.cb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/variants/guybrush/overridetree.cb b/src/mainboard/google/guybrush/variants/guybrush/overridetree.cb index 3519170555..53e821e12a 100644 --- a/src/mainboard/google/guybrush/variants/guybrush/overridetree.cb +++ b/src/mainboard/google/guybrush/variants/guybrush/overridetree.cb @@ -42,6 +42,11 @@ chip soc/amd/cezanne register "sustained_power_limit_mW" = "15000" register "thermctl_limit_degreeC" = "100" + register "telemetry_vddcrvddfull_scale_current_mA" = "92165" #mA + register "telemetry_vddcrvddoffset" = "412" + register "telemetry_vddcrsocfull_scale_current_mA" = "30233" #mA + register "telemetry_vddcrsocoffset" = "457" + # I2C Config #+-------------------+---------------------------+ #| Field | Value | |