diff --git a/src/mainboard/google/lars/acpi/dptf.asl b/src/mainboard/google/lars/acpi/dptf.asl index 5738fd10cd..c85e1b6e72 100644 --- a/src/mainboard/google/lars/acpi/dptf.asl +++ b/src/mainboard/google/lars/acpi/dptf.asl @@ -16,28 +16,28 @@ #define DPTF_CPU_PASSIVE 94 #define DPTF_CPU_CRITICAL 99 -#define DPTF_CPU_ACTIVE_AC0 90 -#define DPTF_CPU_ACTIVE_AC1 77 +#define DPTF_CPU_ACTIVE_AC0 90 +#define DPTF_CPU_ACTIVE_AC1 70 -#define DPTF_TSR0_SENSOR_ID 0 -#define DPTF_TSR0_SENSOR_NAME "TMP432_Internal" -#define DPTF_TSR0_PASSIVE 66 -#define DPTF_TSR0_CRITICAL 71 -#define DPTF_TSR0_ACTIVE_AC0 120 -#define DPTF_TSR0_ACTIVE_AC1 110 -#define DPTF_TSR0_ACTIVE_AC2 47 -#define DPTF_TSR0_ACTIVE_AC3 44 -#define DPTF_TSR0_ACTIVE_AC4 41 -#define DPTF_TSR0_ACTIVE_AC5 38 -#define DPTF_TSR0_ACTIVE_AC6 35 +#define DPTF_TSR0_SENSOR_ID 2 +#define DPTF_TSR0_SENSOR_NAME "TMP432_CPU_bottom" +#define DPTF_TSR0_PASSIVE 65 +#define DPTF_TSR0_CRITICAL 70 +#define DPTF_TSR0_ACTIVE_AC0 60 +#define DPTF_TSR0_ACTIVE_AC1 48 +#define DPTF_TSR0_ACTIVE_AC2 42 +#define DPTF_TSR0_ACTIVE_AC3 39 +#define DPTF_TSR0_ACTIVE_AC4 36 +#define DPTF_TSR0_ACTIVE_AC5 34 +#define DPTF_TSR0_ACTIVE_AC6 32 #define DPTF_TSR1_SENSOR_ID 1 #define DPTF_TSR1_SENSOR_NAME "TMP432_Power_top" -#define DPTF_TSR1_PASSIVE 75 -#define DPTF_TSR1_CRITICAL 80 +#define DPTF_TSR1_PASSIVE 65 +#define DPTF_TSR1_CRITICAL 70 -#define DPTF_TSR2_SENSOR_ID 2 -#define DPTF_TSR2_SENSOR_NAME "TMP432_CPU_bottom" +#define DPTF_TSR2_SENSOR_ID 0 +#define DPTF_TSR2_SENSOR_NAME "TMP432_Internal" #define DPTF_TSR2_PASSIVE 65 #define DPTF_TSR2_CRITICAL 70 @@ -83,12 +83,12 @@ Name (DART, Package () { * Source, Target, Weight, AC0, AC1, AC2, AC3, AC4, AC5, AC6, * AC7, AC8, AC9 */ - \_SB.DPTF.TFN1, \_SB.PCI0.B0D4, 100, 100, 72, 0, 0, 0, 0, 0, + \_SB.DPTF.TFN1, \_SB.PCI0.B0D4, 100, 100, 90, 0, 0, 0, 0, 0, 0, 0, 0 }, Package () { - \_SB.DPTF.TFN1, \_SB.DPTF.TSR0, 100, 100, 72, 68, 49, 39, 38, - 37, 0, 0, 0 + \_SB.DPTF.TFN1, \_SB.DPTF.TSR0, 100, 100, 90, 75, 62, 55, 47, + 41, 0, 0, 0 } }) #endif