thermal: thermal-hal support reading fps-therm-adc for new HW version
Since new HW version implement fps_therm,
so B1/C1 DVT devices will use fps-therm-adc as T-skin thermistor
Bug: 80259361
Test: manual - thermal-hal can read fps-therm-adc correctly.
Test: pts-tradefed run pts -m PtsThermalHalTestCases
Test: VtsHalThermalV1_0TargetTest
Change-Id: Ifd155b31122419a982e284be8a7a8bfc348da9cd
Signed-off-by: davidchao <[email protected]>
diff --git a/thermal-engine-blueline-novr-prod.conf b/thermal-engine-blueline-novr-prod.conf
index d74001f..8769c77 100644
--- a/thermal-engine-blueline-novr-prod.conf
+++ b/thermal-engine-blueline-novr-prod.conf
@@ -1,56 +1,56 @@
[SS-SKIN-HIGH-CPU4]
algo_type ss
sampling 2000
-sensor quiet-therm-adc
+sensor fps-therm-adc
device cpu4
-set_point 42000
-set_point_clr 41000
+set_point 39000
+set_point_clr 38000
device_max_limit 1996800
time_constant 0
[SS-SKIN-MID-CPU4]
algo_type ss
sampling 2000
-sensor quiet-therm-adc
+sensor fps-therm-adc
device cpu4
-set_point 44000
-set_point_clr 43000
+set_point 41000
+set_point_clr 40000
device_max_limit 1689600
time_constant 0
[SS-SKIN-LOW-CPU4]
algo_type ss
sampling 2000
-sensor quiet-therm-adc
+sensor fps-therm-adc
device cpu4
-set_point 46000
-set_point_clr 45000
+set_point 43000
+set_point_clr 42000
device_max_limit 1363200
time_constant 0
[SKIN-MONITOR]
algo_type monitor
sampling 1000
-sensor quiet-therm-adc
-thresholds 48000 50000 60000
-thresholds_clr 46000 48000 59000
+sensor fps-therm-adc
+thresholds 45000 47000 55000
+thresholds_clr 43000 45000 54000
actions cpu0+cpu4+gpu cpu0+cpu4+gpu shutdown
action_info 979200+1056000+414000000 748800+825600+257000000 1
[BATTERY-MONITOR]
algo_type monitor
sampling 2000
-sensor quiet-therm-adc
-thresholds 42000 44000 46000
-thresholds_clr 41000 43000 45000
+sensor fps-therm-adc
+thresholds 39000 41000 43000
+thresholds_clr 38000 40000 42000
actions battery battery battery
action_info 1 2 3
[MNH-MONITOR]
algo_type monitor
sampling 2000
-sensor quiet-therm-adc
-thresholds 40000 42000 44000 46000
-thresholds_clr 39000 41000 43000 45000
-actions mnh mnh mnh mnh
-action_info 1 2 3 4
+sensor fps-therm-adc
+thresholds 45000 47000
+thresholds_clr 44000 46000
+actions mnh mnh
+action_info 3 4