From e90e9f58bffbc7b9c22309e8a52b90463ee0cb80 Mon Sep 17 00:00:00 2001 From: YiHo Cheng Date: Mon, 12 Jul 2021 19:40:10 +0800 Subject: [PATCH] thermal: Update neutral_therm trip point Allow to thermalhal to update trip points for neutral_therm which is the triggering sensor of virtual skin sensor for o6 proto. Bug: 193373779 Test: neutral_therm can be updated to the correct threshold Change-Id: I16dcd44ce9e69f456df322664756dc74357bf50b --- conf/init.gs101.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/init.gs101.rc b/conf/init.gs101.rc index 923186bc..a15384cf 100644 --- a/conf/init.gs101.rc +++ b/conf/init.gs101.rc @@ -841,6 +841,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/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/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