From dffd74885b94a82a037a47e5094a2b7f994c5403 Mon Sep 17 00:00:00 2001 From: David Chao Date: Wed, 29 Sep 2021 05:58:26 +0000 Subject: [PATCH] Revert "thermal: update TPU SKIN policy" This reverts commit 74188d76380e2227119659c2c0670490bb38e091. Reason for revert: Breaks camera It appears the new frequencies in these table are buggy hence breaking camera. Bug: 201155685 Change-Id: Ib1b0fc7d865cd1e7ee8c0f5575a2211e4629f5a9 --- 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 8d956da..16e5a16 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -375,7 +375,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 2, 3, 4, 5, 5, 5] + "LimitInfo": [0, 1, 2, 3, 4, 4, 4] } ] }, diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index ab751d2..b4b899a 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -375,7 +375,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 2, 3, 4, 5, 5, 5] + "LimitInfo": [0, 1, 2, 3, 4, 4, 4] } ] },