From d16aa14df04ad86954c273edf75c4c28d6972a1b Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Thu, 5 May 2022 21:31:18 +0000 Subject: [PATCH] thermal: update usbc overheat mitigation thresholds Update C10 USBC overheat mitigation thresholds. Bug: 222577017 Test: Build and boot on device. Signed-off-by: Sayanna Chandula Change-Id: I1799774b495bb44c5f2cf4cbe67c92a231f6333d --- thermal_info_config_cheetah.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index c4b5d65..2d812f9 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -292,7 +292,7 @@ "Formula":"COUNT_THRESHOLD", "TriggerSensor": "usb_pwr_therm", "Combination":["usb_pwr_therm", "USB-MINUS-USB2", "USB-MINUS-NEUTRAL"], - "Coefficient":[42000, 4000,7000], + "Coefficient":[42000, 2500, 5000], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "3.0", "NAN", "NAN"], "BindedCdevInfo": [ { @@ -312,7 +312,7 @@ "Formula":"COUNT_THRESHOLD", "TriggerSensor": "usb_pwr_therm", "Combination":["usb_pwr_therm", "USB-MINUS-USB2", "USB-MINUS-NEUTRAL"], - "Coefficient":[47000, 4500, 8000], + "Coefficient":[43500, 2800, 6000], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "3.0", "NAN"], "VrThreshold":"NAN", "Multiplier":1,