aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/cpu.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-01-16 18:08:47 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-02 09:35:30 +0100
commit4de2edbd15ff70c77e1d018611d06f7801fc2b72 (patch)
tree576899cd3a6492bb01d8326851ee63e1ea58fc0a /arch/arm/mach-integrator/cpu.c
parent643761ac43dfe4bea1195e966fc65a9403cdcb9f (diff)
downloadkernel_samsung_smdk4412-4de2edbd15ff70c77e1d018611d06f7801fc2b72.zip
kernel_samsung_smdk4412-4de2edbd15ff70c77e1d018611d06f7801fc2b72.tar.gz
kernel_samsung_smdk4412-4de2edbd15ff70c77e1d018611d06f7801fc2b72.tar.bz2
ARM: ICST: provide definitions for max/min VCO frequencies
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/cpu.c')
-rw-r--r--arch/arm/mach-integrator/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-integrator/cpu.c b/arch/arm/mach-integrator/cpu.c
index c4e5deb..1671b4a 100644
--- a/arch/arm/mach-integrator/cpu.c
+++ b/arch/arm/mach-integrator/cpu.c
@@ -33,7 +33,7 @@ static struct cpufreq_driver integrator_driver;
static const struct icst_params lclk_params = {
.ref = 24000,
- .vco_max = 320000,
+ .vco_max = ICST525_VCO_MAX_5V,
.vd_min = 8,
.vd_max = 132,
.rd_min = 24,
@@ -42,7 +42,7 @@ static const struct icst_params lclk_params = {
static const struct icst_params cclk_params = {
.ref = 24000,
- .vco_max = 320000,
+ .vco_max = ICST525_VCO_MAX_5V,
.vd_min = 12,
.vd_max = 160,
.rd_min = 24,