summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiHo Cheng <yihocheng@google.com>2020-02-06 16:38:44 +0800
committerYiHo Cheng <yihocheng@google.com>2020-02-06 16:49:43 +0800
commit2492dcc548b0f5de9d50c219ddc5df315a6fdd33 (patch)
treec965a9dd153598523048a6ec42e16be6f3cd0c47
parent540b33473853f5331673a063edf3c96dbcb30892 (diff)
downloadtaimen-2492dcc548b0f5de9d50c219ddc5df315a6fdd33.tar.gz
thermal: Enable monitoring battery in thermal hal
Enable monitoring battery temperature in thermal hal to prevent battery shutdown too late. Bug: 128812625 Test: pts/device-presubmit test pass Change-Id: I0ceaf10ad322900b4595ecbf6f8e9560f250186a
-rw-r--r--thermal_info_config.json3
-rw-r--r--thermal_info_config_evt.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/thermal_info_config.json b/thermal_info_config.json
index 087b7eb..02e904e 100644
--- a/thermal_info_config.json
+++ b/thermal_info_config.json
@@ -148,7 +148,8 @@
60.0
],
"VrThreshold":"NAN",
- "Multiplier":0.001
+ "Multiplier":0.001,
+ "Monitor":true
},
{
"Name":"usb_port_temp",
diff --git a/thermal_info_config_evt.json b/thermal_info_config_evt.json
index 39671b8..f79bca6 100644
--- a/thermal_info_config_evt.json
+++ b/thermal_info_config_evt.json
@@ -148,7 +148,8 @@
60.0
],
"VrThreshold":"NAN",
- "Multiplier":0.001
+ "Multiplier":0.001,
+ "Monitor":true
},
{
"Name":"usb_port_temp",