diff options
author | Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> | 2017-03-16 09:49:11 +0530 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-03-19 23:53:12 +0100 |
commit | f8c891a15aa27945c16051015286e0591053b489 (patch) | |
tree | 38e465f29373b136ca9aff4edef1f97547fc51c5 /src/mainboard/google/reef | |
parent | 9b76f0b27bbdf4c214f1fe0fdbc81a153b5e9a95 (diff) | |
download | coreboot-f8c891a15aa27945c16051015286e0591053b489.tar.xz |
mb/google/reef: Remove CPU throttling effect of the charger sensor
It's not relevant to throttle CPU based on the charger sensor.
So, remove this CPU throttling effect.
BUG=b:35908799
BRANCH=master
TEST=Built and booted on Electro DUT
Change-Id: I267b6e07fa9def2c91ff9f6035f2d9437faf1965
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-on: https://review.coreboot.org/18852
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Pratikkumar V Prajapati <pratikkumar.v.prajapati@intel.com>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl b/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl index ae36f645d1..f0c3348734 100644 --- a/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl +++ b/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl @@ -62,9 +62,6 @@ Name (DTRT, Package () { /* CPU Effect on Temp Sensor 1 */ Package () { \_SB.PCI0.TCPU, \_SB.DPTF.TSR1, 100, 150, 0, 0, 0, 0 }, - - /* CPU Effect on Temp Sensor 2 */ - Package () { \_SB.PCI0.TCPU, \_SB.DPTF.TSR2, 100, 600, 0, 0, 0, 0 }, }) Name (MPPC, Package () |