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:
Jon Benson 2010-10-21 19:19:54 +11:00
parent 1c8a054c33
commit e24605a022

View File

@ -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;