From 835341d69aa556462dbcd7509fe60a1006971ab5 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Tue, 12 Jul 2022 15:51:42 -0700 Subject: [PATCH] thermal: update usbc overheat mitigation thresholds Update usbc overheat mitigation thresholds for UI Bug: 222577017 Test: Build and boot on device Signed-off-by: Sayanna Chandula Change-Id: Ica73dfdb9795db09026822a0fee6048daacc439f --- thermal_info_config_cheetah.json | 2 +- thermal_info_config_panther.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index 1c48f4c..1f89647 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -319,7 +319,7 @@ "Formula":"COUNT_THRESHOLD", "TriggerSensor": "usb_pwr_therm", "Combination":["usb_pwr_therm", "USB-MINUS-USB2", "USB-MINUS-NEUTRAL"], - "Coefficient":[43500, 2800, 6000], + "Coefficient":[43500, 3500, 8000], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "3.0", "NAN"], "Multiplier":1, "Monitor":true, diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index 5e06475..0ea1598 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -319,7 +319,7 @@ "Formula":"COUNT_THRESHOLD", "TriggerSensor": "usb_pwr_therm", "Combination":["usb_pwr_therm", "USB-MINUS-USB2", "USB-MINUS-NEUTRAL"], - "Coefficient":[42000, 2000, 4000], + "Coefficient":[42000, 2500, 7000], "HotThreshold":["NAN", "NAN", "NAN", "NAN", "NAN", "3.0", "NAN"], "Multiplier":1, "Monitor":true,