From 879b29aea19e87bf804e776775b66934ce38250a Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Tue, 24 May 2022 13:19:34 +0800 Subject: [PATCH] thermal: allow system to overwrite the usb_pwr_therm's trip point Bug: 222577017 Test: ls -al /dev/thermal/tz-by-name/usb_pwr_therm/ Change-Id: Ic7807bb67808a55e56ae65367729d083df672225 --- conf/init.gs201.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/init.gs201.rc b/conf/init.gs201.rc index b83b409c..db36f369 100644 --- a/conf/init.gs201.rc +++ b/conf/init.gs201.rc @@ -959,6 +959,8 @@ on property:vendor.thermal.link_ready=1 # 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/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/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