diff options
author | Steven Lay <slay16@student.monash.edu> | 2017-03-03 13:05:02 +1100 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-14 13:13:50 +0100 |
commit | 188e36991faa64c348426256553586a632e84517 (patch) | |
tree | de9b16fa182dd397808969fa48ff699799bbdae6 /rootdir/init.qcom.power.rc | |
parent | d9806a58d08ec872d814e451d7f87db14c252ee2 (diff) |
shinano-common: init: Fix path to devfreq
* This is the path used on stock .291 kernel.
Change-Id: I2240fbcd37c21259a1aa748d72f8500540bf1c42
Diffstat (limited to 'rootdir/init.qcom.power.rc')
-rw-r--r-- | rootdir/init.qcom.power.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.power.rc b/rootdir/init.qcom.power.rc index 6eba8bf..f0b9e3f 100644 --- a/rootdir/init.qcom.power.rc +++ b/rootdir/init.qcom.power.rc @@ -57,7 +57,7 @@ on enable-low-power write /sys/module/msm_thermal/core_control/enabled 1 - write /sys/class/devfreq/qcom,cpubw.45/governor "cpubw_hwmon" + write /sys/class/devfreq/qcom,cpubw.40/governor "cpubw_hwmon" write /sys/class/kgsl/kgsl-3d0/devfreq/governor msm-adreno-tz on charger |