summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/variants/redrix4es
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quanta.corp-partner.google.com>2022-03-07 12:18:55 +0600
committerFelix Held <felix-coreboot@felixheld.de>2022-03-09 14:23:42 +0000
commitef44779726960f281d919b17f11ec46922c2be0d (patch)
treea87bed47beaeb5b3b887a1a891a67a629fc9b97c /src/mainboard/google/brya/variants/redrix4es
parent21fb05606fd19e18988764bc52e3e330bebcb328 (diff)
downloadcoreboot-ef44779726960f281d919b17f11ec46922c2be0d.tar.gz
coreboot-ef44779726960f281d919b17f11ec46922c2be0d.tar.bz2
coreboot-ef44779726960f281d919b17f11ec46922c2be0d.zip
mb/google/brya/var/redrix{4es}: Config VR_DOMAIN_GT's slew rate to 1/8
Config VR_DOMAIN_GT's slew rate to 1/8 as well. BUG=b:204009588 TEST=build and verified by Power team. Change-Id: I766b828ad83710913323cf1485e09c1e0fd5e4c2 Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62632 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/redrix4es')
-rw-r--r--src/mainboard/google/brya/variants/redrix4es/overridetree.cb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/redrix4es/overridetree.cb b/src/mainboard/google/brya/variants/redrix4es/overridetree.cb
index 586c90e46e96..0c9c174fa3e8 100644
--- a/src/mainboard/google/brya/variants/redrix4es/overridetree.cb
+++ b/src/mainboard/google/brya/variants/redrix4es/overridetree.cb
@@ -39,7 +39,9 @@ chip soc/intel/alderlake
# Acoustic settings
register "AcousticNoiseMitigation" = "1"
register "SlowSlewRate[VR_DOMAIN_IA]" = "SLEW_FAST_8"
+ register "SlowSlewRate[VR_DOMAIN_GT]" = "SLEW_FAST_8"
register "FastPkgCRampDisable[VR_DOMAIN_IA]" = "1"
+ register "FastPkgCRampDisable[VR_DOMAIN_GT]" = "1"
register "usb2_ports[1]" = "USB2_PORT_EMPTY"
register "usb2_ports[5]" = "USB2_PORT_EMPTY"