diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-s3c64xx/cpufreq.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/arch/arm/plat-s3c64xx/cpufreq.c b/arch/arm/plat-s3c64xx/cpufreq.c index 61276bf73927..74c0e8347de5 100644 --- a/arch/arm/plat-s3c64xx/cpufreq.c +++ b/arch/arm/plat-s3c64xx/cpufreq.c | |||
@@ -28,11 +28,10 @@ struct s3c64xx_dvfs { | |||
28 | }; | 28 | }; |
29 | 29 | ||
30 | static struct s3c64xx_dvfs s3c64xx_dvfs_table[] = { | 30 | static struct s3c64xx_dvfs s3c64xx_dvfs_table[] = { |
31 | [0] = { 1000000, 1000000 }, | 31 | [0] = { 1000000, 1150000 }, |
32 | [1] = { 1000000, 1050000 }, | 32 | [1] = { 1050000, 1150000 }, |
33 | [2] = { 1050000, 1100000 }, | 33 | [2] = { 1100000, 1150000 }, |
34 | [3] = { 1050000, 1150000 }, | 34 | [3] = { 1200000, 1350000 }, |
35 | [4] = { 1250000, 1350000 }, | ||
36 | }; | 35 | }; |
37 | 36 | ||
38 | static struct cpufreq_frequency_table s3c64xx_freq_table[] = { | 37 | static struct cpufreq_frequency_table s3c64xx_freq_table[] = { |
@@ -42,9 +41,9 @@ static struct cpufreq_frequency_table s3c64xx_freq_table[] = { | |||
42 | { 1, 266000 }, | 41 | { 1, 266000 }, |
43 | { 2, 333000 }, | 42 | { 2, 333000 }, |
44 | { 2, 400000 }, | 43 | { 2, 400000 }, |
45 | { 3, 532000 }, | 44 | { 2, 532000 }, |
46 | { 3, 533000 }, | 45 | { 2, 533000 }, |
47 | { 4, 667000 }, | 46 | { 3, 667000 }, |
48 | { 0, CPUFREQ_TABLE_END }, | 47 | { 0, CPUFREQ_TABLE_END }, |
49 | }; | 48 | }; |
50 | #endif | 49 | #endif |