thermal: update sensor name in config
replace the "inner_disp_therm" with "display_therm" Bug: 283049063 Test: Build and boot on device, verify device can boot to home and thermal can launch Change-Id: I4096478a951e7cbbfd9da9ec280892890f0dd77b Signed-off-by: Peter (YM) <peterym@google.com>
This commit is contained in:
parent
3bffedb163
commit
8ebc00fab4
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
"VirtualSensor":true,
|
||||
"TriggerSensor":"soc_therm",
|
||||
"Formula":"WEIGHTED_AVG",
|
||||
"Combination":["charger_therm", "rffe_therm", "inner_disp_therm"],
|
||||
"Combination":["charger_therm", "rffe_therm", "display_therm"],
|
||||
"Coefficient":[0.51, 0.25, 0.24],
|
||||
"HotThreshold":["NAN", 35.0, 39.0, 43.0, 45.0, 47.0, 55.0],
|
||||
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue