Skip to content

Commit

Permalink
i9300: don't overwrite powerhal governor settings from init
Browse files Browse the repository at this point in the history
Change-Id: Id704829e1f65b538e7fd05a599a1159ffe37aeb1
  • Loading branch information
fourkbomb committed Feb 20, 2016
1 parent 07aacd2 commit b0b03ea
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions rootdir/init.target.rc
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,3 @@ service gps-daemon /system/bin/sh /system/bin/gps_daemon.sh
user gps
group system inet sdcard_rw gps
seclabel u:r:glgps:s0

on property:dev.bootcomplete=1
# boot on default pegasusq settings (for better performance)
# switch to more conservative settings after bootup is complete
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_1_1 500000
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_2_0 500000
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_2_1 700000
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_3_0 700000
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_3_1 900000
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_freq_4_0 900000
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_1_1 150
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_2_0 150
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_2_1 250
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_3_0 250
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_3_1 350
write /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_rq_4_0 450
write /sys/devices/system/cpu/cpufreq/pegasusq/up_threshold 90
write /sys/devices/system/cpu/cpufreq/pegasusq/cpu_down_rate 10
write /sys/devices/system/cpu/cpufreq/pegasusq/down_differential 3

0 comments on commit b0b03ea

Please sign in to comment.