From 6965b2bb8fd5e982fe9a66030d4141759aab2af3 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 8 Jun 2011 14:49:15 +0100 Subject: [PATCH] --- yaml --- r: 258580 b: refs/heads/master c: c6e2d68558b612fdfdb0d7ddcb51ad4578b81eba h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/cpufreq/s3c64xx-cpufreq.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5cc9954a87d7..f4b350a3600b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4911ca1031c2ade225fdf22cc872bc121c2c2ec5 +refs/heads/master: c6e2d68558b612fdfdb0d7ddcb51ad4578b81eba diff --git a/trunk/drivers/cpufreq/s3c64xx-cpufreq.c b/trunk/drivers/cpufreq/s3c64xx-cpufreq.c index fc3f18078e5d..fc69178798e6 100644 --- a/trunk/drivers/cpufreq/s3c64xx-cpufreq.c +++ b/trunk/drivers/cpufreq/s3c64xx-cpufreq.c @@ -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