Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258580
b: refs/heads/master
c: c6e2d68
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Dave Jones committed Jul 13, 2011
1 parent 089d795 commit 6965b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4911ca1031c2ade225fdf22cc872bc121c2c2ec5
refs/heads/master: c6e2d68558b612fdfdb0d7ddcb51ad4578b81eba
2 changes: 2 additions & 0 deletions trunk/drivers/cpufreq/s3c64xx-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand All @@ -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
Expand Down

0 comments on commit 6965b2b

Please sign in to comment.