diff options
| author | Miguel de Dios <migueldedios@google.com> | 2018-06-25 12:36:58 -0700 |
|---|---|---|
| committer | Miguel de Dios <migueldedios@google.com> | 2018-06-26 11:24:01 -0700 |
| commit | c93aea82c17a40bc66f04f9b12369787435a1b8d (patch) | |
| tree | e781b98a0cfa72ea9176c39687403b65894023c3 /init.hardware.rc | |
| parent | b0d3b101e6ed65c587440be727bb2d6267d8a3b9 (diff) | |
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 <davidchao@google.com>
Diffstat (limited to 'init.hardware.rc')
| -rw-r--r-- | init.hardware.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.hardware.rc b/init.hardware.rc index 8b1ff1b..8b2b4cf 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -207,7 +207,7 @@ on init setprop vendor.thermal.hw_mode -prod on late-init - write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled + write /sys/devices/virtual/thermal/tz-by-name/fps-therm-adc/mode enabled on fs # Start HW service manager early |
