Merge "thermal: add support for multiple trigger sensors" into udc-dev am: f8a4a27c11

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/21893091

Change-Id: I61082a1a60106067a36620b52bd7eb8e1fff98f6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Wei Wang 2023-03-14 06:00:40 +00:00 committed by Automerger Merge Worker
commit bb2f8881a0

View file

@ -949,6 +949,20 @@ on property:vendor.thermal.link_ready=1
# Thermal # Thermal
chown system system /dev/thermal/tz-by-name/disp_therm/trip_point_0_temp chown system system /dev/thermal/tz-by-name/disp_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/disp_therm/trip_point_0_hyst chown system system /dev/thermal/tz-by-name/disp_therm/trip_point_0_hyst
chown system system /dev/thermal/tz-by-name/north_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/north_therm/trip_point_0_hyst
chown system system /dev/thermal/tz-by-name/cam_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/cam_therm/trip_point_0_hyst
chown system system /dev/thermal/tz-by-name/charge_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/charge_therm/trip_point_0_hyst
chown system system /dev/thermal/tz-by-name/soc_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/soc_therm/trip_point_0_hyst
chown system system /dev/thermal/tz-by-name/neutral_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/neutral_therm/trip_point_0_hyst
chown system system /dev/thermal/tz-by-name/usb_pwr_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/usb_pwr_therm/trip_point_0_hyst
chown system system /dev/thermal/tz-by-name/quiet_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/quiet_therm/trip_point_0_hyst
chown system system /dev/thermal/cdev-by-name/thermal-cpufreq-0/user_vote chown system system /dev/thermal/cdev-by-name/thermal-cpufreq-0/user_vote
chown system system /dev/thermal/cdev-by-name/thermal-cpufreq-1/user_vote chown system system /dev/thermal/cdev-by-name/thermal-cpufreq-1/user_vote
chown system system /dev/thermal/cdev-by-name/thermal-cpufreq-2/user_vote chown system system /dev/thermal/cdev-by-name/thermal-cpufreq-2/user_vote