diff options
author | Kane Chen <kane_chen@pegatron.corp-partner.google.com> | 2020-01-09 14:25:01 +0800 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 15:20:28 +0000 |
commit | 805da6ba53f900e642bf3e1dbe9d979b9d08e63a (patch) | |
tree | cabe8f5dc22b82e92d90514f6c241c3c3898fa9b /src/mainboard/google | |
parent | 834d8c29988f545bccedbd6af0ceaac593421077 (diff) | |
download | coreboot-805da6ba53f900e642bf3e1dbe9d979b9d08e63a.tar.xz |
mb/google/hatch/variants/helios: Modify DPTF parameters
Modify DTRT CPU Throttle Effect on TSR0 change to TSR3.
BUG=b:131272830
BRANCH=firmware-hatch-12672.B
TEST=emerge-hatch coreboot chromeos-bootimage
Signed-off-by: Kane Chen <kane_chen@pegatron.corp-partner.google.com>
Change-Id: I5b4645d7552e795a33c1b86d95c4061da71c65bd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38299
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/hatch/variants/helios/include/variant/acpi/dptf.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/hatch/variants/helios/include/variant/acpi/dptf.asl b/src/mainboard/google/hatch/variants/helios/include/variant/acpi/dptf.asl index a359284680..f40d10abf8 100644 --- a/src/mainboard/google/hatch/variants/helios/include/variant/acpi/dptf.asl +++ b/src/mainboard/google/hatch/variants/helios/include/variant/acpi/dptf.asl @@ -99,8 +99,8 @@ Name (DART, Package () { }) Name (DTRT, Package () { - /* CPU Throttle Effect on TSR0 */ - Package () { \_SB.PCI0.TCPU, \_SB.DPTF.TSR0, 100, 60, 0, 0, 0, 0 }, + /* CPU Throttle Effect on TSR3 */ + Package () { \_SB.PCI0.TCPU, \_SB.DPTF.TSR3, 100, 60, 0, 0, 0, 0 }, /* Charger Throttle Effect on TSR0 */ Package () { \_SB.DPTF.TCHG, \_SB.DPTF.TSR0, 100, 60, 0, 0, 0, 0 }, |