From f14529ed678b64f5bc9277995a0ed8cdddb549bb Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Wed, 27 Jul 2022 16:12:44 +0800 Subject: [PATCH] thermal: allow system to overwrite the skin_therm's trip point Bug: 236787614 Test: ls -al dev/thermal/tz-by-name/skin_therm/trip_point_0_* Change-Id: I382214c4942a4f29ee13bf85c8900d131067ae39 --- conf/init.gs201.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/init.gs201.rc b/conf/init.gs201.rc index a9955566..1c401b56 100644 --- a/conf/init.gs201.rc +++ b/conf/init.gs201.rc @@ -949,6 +949,8 @@ on property:vendor.thermal.link_ready=1 chown system system /dev/thermal/tz-by-name/batoilo/trip_point_0_temp chown system system /dev/thermal/tz-by-name/batoilo/trip_point_0_hyst # Thermal + chown system system /dev/thermal/tz-by-name/skin_therm/trip_point_0_temp + chown system system /dev/thermal/tz-by-name/skin_therm/trip_point_0_hyst chown system system /dev/thermal/tz-by-name/skin_therm1/trip_point_0_temp chown system system /dev/thermal/tz-by-name/skin_therm1/trip_point_0_hyst chown system system /dev/thermal/tz-by-name/quiet_therm/trip_point_0_temp