diff --git a/prebuilt/common/etc/init.local.rc b/prebuilt/common/etc/init.local.rc index 61a8b50f..7a771ee2 100644 --- a/prebuilt/common/etc/init.local.rc +++ b/prebuilt/common/etc/init.local.rc @@ -36,6 +36,13 @@ on boot chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration chown system system /sys/devices/system/cpu/cpufreq/interactive/io_is_busy chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/io_is_busy + chown system system /sys/devices/system/cpu/cpufreq/interactive/sync_freq + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/sync_freq + chown system system /sys/devices/system/cpu/cpufreq/interactive/up_threshold_any_cpu_load + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/up_threshold_any_cpu_load + chown system system /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor + # ondemand governor chown system system /sys/devices/system/cpu/cpufreq/ondemand/boostfreq