Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef993ef8 authored by Mark Brown's avatar Mark Brown Committed by Dave Jones
Browse files

[CPUFREQ] S3C6410: Add some lower frequencies for 800MHz base clock operation



By extension from the 667MHz based clocks currently supported add 100MHz
and 200MHz operating points. Due to a lack of documentation these have not
been confirmed as supported but by extension from the existing frequencies
they should be OK, and I've given them quite a bit of runtime testing.

The major risk is synchronization with the non-ARM clocks but as we
can't currently scale the ARM PLL the risk should be relatively low.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent fe7f1bcb
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -36,7 +36,9 @@ static struct s3c64xx_dvfs s3c64xx_dvfs_table[] = {


static struct cpufreq_frequency_table s3c64xx_freq_table[] = {
static struct cpufreq_frequency_table s3c64xx_freq_table[] = {
	{ 0,  66000 },
	{ 0,  66000 },
	{ 0, 100000 },
	{ 0, 133000 },
	{ 0, 133000 },
	{ 1, 200000 },
	{ 1, 222000 },
	{ 1, 222000 },
	{ 1, 266000 },
	{ 1, 266000 },
	{ 2, 333000 },
	{ 2, 333000 },