From 5bfd0dfe4b8798146124116dbacd04876f5efe3d Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Thu, 2 Mar 2023 16:12:27 -0800 Subject: [PATCH] thermal: allow disp_therm trip point change by system Bug: 268735739 Test: Build and boot on device Change-Id: I255c97f6155cdbad79209f96d7a16c5580635ead Signed-off-by: Sayanna Chandula --- conf/init.zuma.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/init.zuma.rc b/conf/init.zuma.rc index 7002997b..6e15135e 100644 --- a/conf/init.zuma.rc +++ b/conf/init.zuma.rc @@ -944,8 +944,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/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/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/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