diff options
author | Shon Wang <shon.wang@quanta.corp-partner.google.com> | 2023-02-06 14:51:31 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-02-15 02:07:58 +0000 |
commit | f8665f08faaed99e81fd14bc10c970ab95ecd133 (patch) | |
tree | 9b882f44914630c8bc55f24e8e5539b369a8a96b | |
parent | c9dff8b0c2f313bb55d8ebb1a967f48826e85cde (diff) |
Revert "mb/google/brya/vell: Add PS1/PS2 cutoff point"
This reverts commit e30695dbe196ea42864ad03af799706eaae11f02.
for meet thermal criteria, modify PS1/PS2 cutoff to default value
BUG=b:229803757
BRANCH=brya
TEST='FW_NAME=vell emerge-brya coreboot'
Change-Id: Ie009788116f1e25db8aed2df58102a316a8aeef2
Signed-off-by: Shon Wang <shon.wang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72833
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/brya/variants/vell/overridetree.cb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/brya/variants/vell/overridetree.cb b/src/mainboard/google/brya/variants/vell/overridetree.cb index 3f115021d3..8751350b97 100644 --- a/src/mainboard/google/brya/variants/vell/overridetree.cb +++ b/src/mainboard/google/brya/variants/vell/overridetree.cb @@ -550,12 +550,4 @@ chip soc/intel/alderlake end end end - - # VR Settings - register "domain_vr_config[VR_DOMAIN_IA]" = "{ - .vr_config_enable = 1, - .psi1threshold = VR_CFG_AMP(13), - .psi2threshold = VR_CFG_AMP(7), - }" - end |