From 15209ce39ac510858fea783b9a2dfedee126f502 Mon Sep 17 00:00:00 2001 From: Sumeet Pawnikar Date: Thu, 25 Oct 2018 11:55:26 +0530 Subject: mb/google/octopus: Update TSR1 threshold settings Update passive temperature threshold value from 50C to 52C and critical temperature threshold from 90C to 80C for TSR1 sensor. BUG=b:79779737 TEST=Build and verified on Bobba/Bobba360/Sparky/Sparky360 boards Change-Id: Iffef8afe0f1c6c80a6ae8ecb831aaf749443980e Signed-off-by: Sumeet Pawnikar Reviewed-on: https://review.coreboot.org/c/29264 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- .../google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl b/src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl index 1fc412ee5d..363effa89c 100644 --- a/src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl +++ b/src/mainboard/google/octopus/variants/baseboard/include/baseboard/acpi/dptf.asl @@ -28,8 +28,8 @@ temperature trip value to avoid abrupt thermal shutdown. */ #define DPTF_TSR1_SENSOR_ID 1 #define DPTF_TSR1_SENSOR_NAME "Ambient" -#define DPTF_TSR1_PASSIVE 50 -#define DPTF_TSR1_CRITICAL 90 +#define DPTF_TSR1_PASSIVE 52 +#define DPTF_TSR1_CRITICAL 80 #define DPTF_TSR2_SENSOR_ID 2 #define DPTF_TSR2_SENSOR_NAME "Charger" -- cgit v1.2.3