From 568ea8e346a7ffc333b17d8edf600852f4b35e00 Mon Sep 17 00:00:00 2001 From: David Chao Date: Fri, 3 Sep 2021 10:27:20 +0800 Subject: [PATCH] thermal: update TPU SKIN policy Update TPU SKIN thermal throttling to supports the full DVFS state table to match TPU hardware DVFS capabilities. Bug: 198679654 Test: Verified by emul temp Change-Id: I8ddc588ad4fe48c9def78a180c5ff43b4a4203de --- 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 16e5a16..8d956da 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -375,7 +375,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 1, 2, 3, 4, 4, 4] + "LimitInfo": [0, 2, 3, 4, 5, 5, 5] } ] }, diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index b4b899a..ab751d2 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -375,7 +375,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 1, 2, 3, 4, 4, 4] + "LimitInfo": [0, 2, 3, 4, 5, 5, 5] } ] },