From ff1e6d34e119f5403095dc030a92d01041755e86 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Tue, 15 Feb 2022 02:20:24 +0000 Subject: [PATCH] thermal: enable thermal shutdown Lower thermal shutdown temeprature to 55 degC to renable shutdown for all HW revs and usecases Bug: 204522715 Test: build and boot on device. Run a workload and check thermal shutdown Signed-off-by: Sayanna Chandula Change-Id: I10ca928cf8639f279b9dcb1d609d0bb8c7ed2c29 --- thermal_info_config_cheetah.json | 4 ++-- thermal_info_config_panther.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index 5b3d4b1..1f83e59 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -276,7 +276,7 @@ "45", "46.5", "52.0", - "150.0" + "55.0" ], "HotHysteresis":[ 0.0, @@ -335,7 +335,7 @@ "43.0", "45.0", "47.0", - "150.0" + "55.0" ], "HotHysteresis":[ 0.0, diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index 9ad6913..d6de4b9 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -302,7 +302,7 @@ "45.0", "46.5", "52.0", - "150.0" + "55.0" ], "HotHysteresis":[ 0.0, @@ -363,7 +363,7 @@ "43.0", "45.0", "47.0", - "150.0" + "55.0" ], "HotHysteresis":[ 0.0,