|
@@ -31,6 +31,7 @@ static struct s3c64xx_dvfs s3c64xx_dvfs_table[] = {
|
|
|
[1] = { 1050000, 1150000 },
|
|
|
[2] = { 1100000, 1150000 },
|
|
|
[3] = { 1200000, 1350000 },
|
|
|
+ [4] = { 1300000, 1350000 },
|
|
|
};
|
|
|
|
|
|
static struct cpufreq_frequency_table s3c64xx_freq_table[] = {
|
|
@@ -43,6 +44,7 @@ static struct cpufreq_frequency_table s3c64xx_freq_table[] = {
|
|
|
{ 2, 532000 },
|
|
|
{ 2, 533000 },
|
|
|
{ 3, 667000 },
|
|
|
+ { 4, 800000 },
|
|
|
{ 0, CPUFREQ_TABLE_END },
|
|
|
};
|
|
|
#endif
|