From 79a3b702d42c82fd74ee481b54069dcea9258340 Mon Sep 17 00:00:00 2001 From: Jia-yi Chen Date: Wed, 2 Jun 2021 14:05:18 -0700 Subject: [PATCH] thermal: Update thermal config 1) Update VIRTUAL-QI-GNSS formula for Oriole 2) Lower shotdown threshold by 1C for Oriole 3) Disable charging at SEVERE for Oriole & Raven Bug: 189888812 Bug: 190201749 Test: Boot Change-Id: Iffc42a6f90935a8f1361bc04aeb08743b839aadc --- thermal_info_config_oriole.json | 8 ++++---- thermal_info_config_raven.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/thermal_info_config_oriole.json b/thermal_info_config_oriole.json index b763694..10c1d21 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -150,7 +150,7 @@ "0.25", "0.75" ], - "Offset":-5500, + "Offset":-4500, "HotThreshold":[ "NAN", "NAN", @@ -266,7 +266,7 @@ "45.0", "47.0", "52.0", - "56.0" + "55.0" ], "HotHysteresis":[ 0.0, @@ -336,11 +336,11 @@ }, { "CdevRequest": "fcc", - "LimitInfo": [0, 2, 3, 4, 5, 5, 5] + "LimitInfo": [0, 2, 3, 5, 5, 5, 5] }, { "CdevRequest": "dc_icl", - "LimitInfo": [0, 1, 2, 3, 4, 4, 4] + "LimitInfo": [0, 1, 2, 4, 4, 4, 4] } ] }, diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index ddb20cd..eb1fb2a 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -336,11 +336,11 @@ }, { "CdevRequest": "fcc", - "LimitInfo": [0, 2, 3, 4, 5, 5, 5] + "LimitInfo": [0, 2, 3, 5, 5, 5, 5] }, { "CdevRequest": "dc_icl", - "LimitInfo": [0, 1, 2, 3, 4, 4, 4] + "LimitInfo": [0, 1, 2, 4, 4, 4, 4] } ] },