From ae8e17631be4504ba02b6346e2ed98544bf0bfa5 Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Wed, 16 Feb 2022 16:00:45 +0800 Subject: [PATCH] thermal: provide gxp-cooling user_vote permission for thermalHAL Bug: 219869479 Test: ls -al dev/thermal/cdev-by-name/gxp-cooling/user_vote Change-Id: Id11ad3cb6b1770cbaffb760feaad571c678a22df --- conf/init.gs201.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/init.gs201.rc b/conf/init.gs201.rc index a494a928..b1806db7 100644 --- a/conf/init.gs201.rc +++ b/conf/init.gs201.rc @@ -882,6 +882,7 @@ on property:vendor.thermal.link_ready=1 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 chown system system /dev/thermal/cdev-by-name/thermal-gpufreq-0/user_vote + chown system system /dev/thermal/cdev-by-name/gxp-cooling/user_vote chown system system /dev/thermal/cdev-by-name/tpu_cooling/user_vote chown system system /dev/thermal/cdev-by-name/fcc/cur_state chown system system /dev/thermal/cdev-by-name/dc_icl/cur_state