Revert "thermal: remove gxp cooling device dependency"
This reverts commit 617f8719f5
.
Re-enable gxp cooling device
Bug: 238273184
Test: build and boot on device
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Change-Id: I3787c11e674b6781b81d01aad2abc88d99c1d1d0
This commit is contained in:
parent
7d7c776e0a
commit
44f40fe147
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ const struct MitigationConfig::Config cfg = {
|
|||
"/dev/thermal/cdev-by-name/tpu_cooling/cur_state",
|
||||
"/dev/thermal/cdev-by-name/CAM/cur_state",
|
||||
"/dev/thermal/cdev-by-name/DISP/cur_state",
|
||||
"/dev/thermal/cdev-by-name/gxp-cooling/cur_state",
|
||||
"/sys/class/power_supply/battery/voltage_now",
|
||||
"/sys/class/power_supply/battery/current_now",
|
||||
},
|
||||
|
|
|
@ -960,6 +960,7 @@ on property:vendor.thermal.link_ready=1
|
|||
chmod 664 /dev/thermal/cdev-by-name/thermal-gpufreq-0/user_vote
|
||||
chown system system /dev/thermal/cdev-by-name/thermal-gpufreq-0/user_vote
|
||||
chmod 664 /dev/thermal/cdev-by-name/tpu_cooling/user_vote
|
||||
chown system system /dev/thermal/cdev-by-name/gxp-cooling/user_vote
|
||||
chown system system /dev/thermal/cdev-by-name/tpu_cooling/user_vote
|
||||
chmod 664 /dev/thermal/cdev-by-name/fcc/cur_state
|
||||
chown system system /dev/thermal/cdev-by-name/fcc/cur_state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue