post_boot: titanium: correcting sysfs path for cpufreq parameters
scaling_min_freq and scaling_governor are under cpu/cpu*/cpufreq/ path. Change-Id: Ic42738ce028ce892c22015b28a9cb45b9611d171
This commit is contained in:
parent
01f0245efc
commit
143709a59d
|
@ -1140,7 +1140,7 @@ case "$target" in
|
|||
|
||||
#governor settings
|
||||
echo 1 > /sys/devices/system/cpu/cpu0/online
|
||||
echo "interactive" > /sys/devices/system/cpu/cpufreq/scaling_governor
|
||||
echo "interactive" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
||||
echo "19000 1401600:39000" > /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
|
||||
echo 85 > /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
|
||||
echo 20000 > /sys/devices/system/cpu/cpufreq/interactive/timer_rate
|
||||
|
@ -1149,7 +1149,7 @@ case "$target" in
|
|||
echo "85 1401600:80" > /sys/devices/system/cpu/cpufreq/interactive/target_loads
|
||||
echo 40000 > /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
|
||||
echo 40000 > /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor
|
||||
echo 652800 > /sys/devices/system/cpu/cpufreq/scaling_min_freq
|
||||
echo 652800 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
|
||||
|
||||
# re-enable thermal & BCL core_control now
|
||||
echo 1 > /sys/module/msm_thermal/core_control/enabled
|
||||
|
|
Loading…
Reference in New Issue