diff options
author | Dave Daynard <nardholio@gmail.com> | 2016-01-16 10:26:18 -0500 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2016-02-20 09:14:46 -0800 |
commit | 4a2f567dc91e3551e9c724144040ce4ed4ff4005 (patch) | |
tree | f8cc9a3f181891879c51a01d91a6668b145d07f2 /prebuilt | |
parent | 2880cc802b31de2ef4bc5a3a0f641a92fd495ca8 (diff) | |
download | vendor_replicant-4a2f567dc91e3551e9c724144040ce4ed4ff4005.zip vendor_replicant-4a2f567dc91e3551e9c724144040ce4ed4ff4005.tar.gz vendor_replicant-4a2f567dc91e3551e9c724144040ce4ed4ff4005.tar.bz2 |
init: add permissions for max_freq_hysteresis node
Change-Id: If556282e37daabf270be4af922c7c9a4112c3771
Diffstat (limited to 'prebuilt')
-rw-r--r-- | prebuilt/common/etc/init.local.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuilt/common/etc/init.local.rc b/prebuilt/common/etc/init.local.rc index 7cf6ec5..1f66b77 100644 --- a/prebuilt/common/etc/init.local.rc +++ b/prebuilt/common/etc/init.local.rc @@ -63,6 +63,8 @@ on boot chmod 0664 /sys/devices/system/cpu/cpufreq/interactive/up_threshold_any_cpu_load chown system system /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor chmod 0664 /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor + chown system system /sys/devices/system/cpu/cpufreq/interactive/max_freq_hysteresis + chmod 0664 /sys/devices/system/cpu/cpufreq/interactive/max_freq_hysteresis # ondemand governor chown system system /sys/devices/system/cpu/cpufreq/ondemand/boostfreq |