summaryrefslogtreecommitdiff
path: root/thermal-engine-bonito.conf
diff options
context:
space:
mode:
authorRoger Liao <rogerliao@google.com>2018-06-28 17:37:19 +0800
committerRoger Liao <rogerliao@google.com>2018-07-12 20:58:37 +0800
commit7288740f649dc738d02637b149aba8324b4b72c5 (patch)
tree74ea25e04b28cb8ccde2638f4c71e4fc41dd74c3 /thermal-engine-bonito.conf
parent5560211c7ce93a2e92cd7f59c76b6950315ff5bc (diff)
downloadbonito-7288740f649dc738d02637b149aba8324b4b72c5.tar.gz
bonito and sargo: initial device support
Bug: 111163725 Change-Id: I00af3102379676cedf818caa2e86c5e1593a48da Signed-off-by: Roger Liao <rogerliao@google.com>
Diffstat (limited to 'thermal-engine-bonito.conf')
-rw-r--r--thermal-engine-bonito.conf56
1 files changed, 56 insertions, 0 deletions
diff --git a/thermal-engine-bonito.conf b/thermal-engine-bonito.conf
new file mode 100644
index 00000000..d74001f8
--- /dev/null
+++ b/thermal-engine-bonito.conf
@@ -0,0 +1,56 @@
+[SS-SKIN-HIGH-CPU4]
+algo_type ss
+sampling 2000
+sensor quiet-therm-adc
+device cpu4
+set_point 42000
+set_point_clr 41000
+device_max_limit 1996800
+time_constant 0
+
+[SS-SKIN-MID-CPU4]
+algo_type ss
+sampling 2000
+sensor quiet-therm-adc
+device cpu4
+set_point 44000
+set_point_clr 43000
+device_max_limit 1689600
+time_constant 0
+
+[SS-SKIN-LOW-CPU4]
+algo_type ss
+sampling 2000
+sensor quiet-therm-adc
+device cpu4
+set_point 46000
+set_point_clr 45000
+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
+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
+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