thermal-engine: Update throttling policies
Further increasing the throttling strength to lower the skin temperature
1) Lower the temperature threshold for [SKIN-MONITOR]
2) Add [BATTERY-MONITOR] to provide more throttling levels on charging
Bug: 76173299
Test: Boot & check log messages
Change-Id: Ica47c8a0de0a6e34ae718d3568394e28af494042
diff --git a/thermal-engine-blueline-vr.conf b/thermal-engine-blueline-vr.conf
index 627ef9f..00a263b 100644
--- a/thermal-engine-blueline-vr.conf
+++ b/thermal-engine-blueline-vr.conf
@@ -23,8 +23,8 @@
sampling 2000
sensor quiet-therm-adc
device cpu4
-set_point 49000
-set_point_clr 48000
+set_point 46000
+set_point_clr 45000
device_max_limit 1363200
time_constant 0
@@ -32,7 +32,16 @@
algo_type monitor
sampling 1000
sensor quiet-therm-adc
-thresholds 52000 54000 60000
-thresholds_clr 50000 52000 59000
+thresholds 48000 50000 60000
+thresholds_clr 46000 48000 59000
actions cpu0+cpu4+gpu+report cpu0+cpu4+gpu+battery+report shutdown+report
action_info 979200+1056000+414000000+1 748800+825600+257000000+3+1 1+1
+
+[BATTERY-MONITOR]
+algo_type monitor
+sampling 2000
+sensor quiet-therm-adc
+thresholds 42000 44000 46000
+thresholds_clr 41000 43000 45000
+actions battery battery battery
+action_info 1 2 3