From 78fd4977a99e7d7396d7a4fd055bf04958d9c0a1 Mon Sep 17 00:00:00 2001 From: Jia-yi Chen Date: Tue, 13 Jul 2021 14:30:39 -0700 Subject: [PATCH] thermal: Update thermal table Change CdevFloorWithPowerLink for fcc at MODERATE from 1 to 0 to avoid unwanted throttling from fcc when wlc_fcc is set to 0 with ODPM-lo. Bug: 192281595 Test: Boot & check log Change-Id: I718eeb1c3c325a34345a24de90669f349addc972 --- thermal_info_config_oriole.json | 2 +- thermal_info_config_raven.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_oriole.json b/thermal_info_config_oriole.json index 37b452a..bfcf177 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -336,7 +336,7 @@ "LimitInfo": [0, 2, 3, 4, 4, 4, 4], "BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING", "PowerThreshold": [500, 500, 500, 500, 0, 0, 0], - "CdevFloorWithPowerLink": [0, 0, 1, 2, 4 ,4 ,4], + "CdevFloorWithPowerLink": [0, 0, 0, 2, 4 ,4 ,4], "ReleaseLogic": "RELEASE_TO_FLOOR", "ThrottlingWithPowerLink":true }, diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index ca2da49..1336c62 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -336,7 +336,7 @@ "LimitInfo": [0, 2, 3, 4, 4, 4, 4], "BindedPowerRail": "POWER_FOR_CHARGING_THROTTLING", "PowerThreshold": [500, 500, 500, 500, 500, 0, 0], - "CdevFloorWithPowerLink": [0, 0, 1, 2, 3 ,4 ,4], + "CdevFloorWithPowerLink": [0, 0, 0, 2, 3 ,4 ,4], "ReleaseLogic": "RELEASE_TO_FLOOR", "ThrottlingWithPowerLink":true },