From 0a57e6a96d6e050e95b5b9c23136dd6aa3666707 Mon Sep 17 00:00:00 2001 From: David Chao Date: Tue, 25 May 2021 00:19:25 +0800 Subject: [PATCH] thermal: Support thermal-hal to sent powerhint Add prorperty so thermal-hal can sent powerhint. Bug: 188579571 Test: thermal-hal can sent powerhint. Change-Id: Ia38d7c56638d4ed88eedde1ed94ad8ac1e64e351 Signed-off-by: David Chao --- thermal_info_config_oriole.json | 1 + thermal_info_config_raven.json | 1 + 2 files changed, 2 insertions(+) diff --git a/thermal_info_config_oriole.json b/thermal_info_config_oriole.json index 10c1d21..b35043d 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -279,6 +279,7 @@ ], "VrThreshold":"NAN", "Multiplier":0.001, + "SendPowerHint":true, "Monitor":true, "PollingDelay":300000, "PassiveDelay":7000, diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index eb1fb2a..f6b488f 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -279,6 +279,7 @@ ], "VrThreshold":"NAN", "Multiplier":0.001, + "SendPowerHint":true, "Monitor":true, "PollingDelay":300000, "PassiveDelay":7000,