Set 998MHz as default speed. People can still overclock with SetCPU.
After benchmarking how little improvement overclocking actually provides I've chosen to default to no overclock as it should be more stable.
This commit is contained in:
parent
1c8a054c33
commit
e24605a022
@ -91,7 +91,7 @@ static int __init msm_cpufreq_init(struct cpufreq_policy *policy)
|
||||
BUG_ON(cpufreq_frequency_table_cpuinfo(policy, table));
|
||||
policy->cur = acpuclk_get_rate();
|
||||
#ifdef CONFIG_HTCLEO_OVERCLOCK
|
||||
policy->max = 1113600;
|
||||
policy->max = 998400;
|
||||
#endif
|
||||
#ifdef CONFIG_HTCLEO_EXOVERCLOCK
|
||||
policy->max = 1113600;
|
||||
|
Loading…
Reference in New Issue
Block a user