From f8c891a15aa27945c16051015286e0591053b489 Mon Sep 17 00:00:00 2001 From: Sumeet Pawnikar Date: Thu, 16 Mar 2017 09:49:11 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/18852 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin Reviewed-by: Pratikkumar V Prajapati --- .../google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 () -- cgit v1.2.3