Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
cpufreq: modify smartass2 cpufreq governor to suit the U8150's overlo…
Browse files Browse the repository at this point in the history
…cked processor. The msm7225 is 528MHz but ships overclocked to 600MHz natically from Huawei.
  • Loading branch information
alanorth committed Sep 6, 2011
1 parent 7d4b677 commit d723627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq_smartass2.c
Expand Up @@ -43,7 +43,7 @@
* towards the ideal frequency and slower after it has passed it. Similarly,
* lowering the frequency towards the ideal frequency is faster than below it.
*/
#define DEFAULT_AWAKE_IDEAL_FREQ 518400
#define DEFAULT_AWAKE_IDEAL_FREQ 600000
static unsigned int awake_ideal_freq;

/*
Expand Down

0 comments on commit d723627

Please sign in to comment.