From b4f08a7823df08b43bfdff379a1385f2721bff28 Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Tue, 25 Jan 2022 16:56:55 +0800 Subject: [PATCH] thermal: chown quiet_therm trip_point Bug: 211777844 Test: Confirm quiet_therm trip_point_0_temp can be modified by thermalHAL Change-Id: I5c1c901bdf979917cca2e60552250cfc8756d806 --- conf/init.gs201.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/init.gs201.rc b/conf/init.gs201.rc index 4bf22b38..d9fa5a69 100644 --- a/conf/init.gs201.rc +++ b/conf/init.gs201.rc @@ -828,6 +828,8 @@ on property:vendor.thermal.link_ready=1 chown system system /dev/thermal/tz-by-name/soc/trip_point_0_temp chown system system /dev/thermal/tz-by-name/soc/trip_point_0_hyst # Thermal + 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-1/user_vote chown system system /dev/thermal/cdev-by-name/thermal-cpufreq-2/user_vote