summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-xinit.tuna.rc7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index bdcedac..10442ee 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -41,9 +41,10 @@ on boot
# Lower maximum frequency when screen is off
write /sys/devices/system/cpu/cpu0/cpufreq/screen_off_max_freq 700000
-# cpufreq interactive governor: timer 80ms, min sample 10ms
- write /sys/devices/system/cpu/cpufreq/interactive/timer_rate 80000
- write /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 10000
+# cpufreq interactive governor: timer 20ms, min sample 20ms, hispeed 700MHz
+ write /sys/devices/system/cpu/cpufreq/interactive/timer_rate 20000
+ write /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 20000
+ write /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq 700000
on fs
mkdir /factory 0775 radio radio