diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-16 13:08:47 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 04:35:30 -0400 |
commit | 4de2edbd15ff70c77e1d018611d06f7801fc2b72 (patch) | |
tree | 576899cd3a6492bb01d8326851ee63e1ea58fc0a /arch/arm/mach-integrator | |
parent | 643761ac43dfe4bea1195e966fc65a9403cdcb9f (diff) |
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')
-rw-r--r-- | arch/arm/mach-integrator/cpu.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-integrator/impd1.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-integrator/integrator_cp.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-integrator/cpu.c b/arch/arm/mach-integrator/cpu.c index c4e5debeb48c..1671b4a363b1 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; | |||
33 | 33 | ||
34 | static const struct icst_params lclk_params = { | 34 | static const struct icst_params lclk_params = { |
35 | .ref = 24000, | 35 | .ref = 24000, |
36 | .vco_max = 320000, | 36 | .vco_max = ICST525_VCO_MAX_5V, |
37 | .vd_min = 8, | 37 | .vd_min = 8, |
38 | .vd_max = 132, | 38 | .vd_max = 132, |
39 | .rd_min = 24, | 39 | .rd_min = 24, |
@@ -42,7 +42,7 @@ static const struct icst_params lclk_params = { | |||
42 | 42 | ||
43 | static const struct icst_params cclk_params = { | 43 | static const struct icst_params cclk_params = { |
44 | .ref = 24000, | 44 | .ref = 24000, |
45 | .vco_max = 320000, | 45 | .vco_max = ICST525_VCO_MAX_5V, |
46 | .vd_min = 12, | 46 | .vd_min = 12, |
47 | .vd_max = 160, | 47 | .vd_max = 160, |
48 | .rd_min = 24, | 48 | .rd_min = 24, |
diff --git a/arch/arm/mach-integrator/impd1.c b/arch/arm/mach-integrator/impd1.c index dfb961b67afa..5aca7ebea3ce 100644 --- a/arch/arm/mach-integrator/impd1.c +++ b/arch/arm/mach-integrator/impd1.c | |||
@@ -42,7 +42,7 @@ struct impd1_module { | |||
42 | 42 | ||
43 | static const struct icst_params impd1_vco_params = { | 43 | static const struct icst_params impd1_vco_params = { |
44 | .ref = 24000, /* 24 MHz */ | 44 | .ref = 24000, /* 24 MHz */ |
45 | .vco_max = 200000, /* 200 MHz */ | 45 | .vco_max = ICST525_VCO_MAX_3V, |
46 | .vd_min = 12, | 46 | .vd_min = 12, |
47 | .vd_max = 519, | 47 | .vd_max = 519, |
48 | .rd_min = 3, | 48 | .rd_min = 3, |
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index 15bfbe2e1df8..27f95106b47c 100644 --- a/arch/arm/mach-integrator/integrator_cp.c +++ b/arch/arm/mach-integrator/integrator_cp.c | |||
@@ -270,7 +270,7 @@ static void __init intcp_init_irq(void) | |||
270 | 270 | ||
271 | static const struct icst_params cp_auxvco_params = { | 271 | static const struct icst_params cp_auxvco_params = { |
272 | .ref = 24000, | 272 | .ref = 24000, |
273 | .vco_max = 320000, | 273 | .vco_max = ICST525_VCO_MAX_5V, |
274 | .vd_min = 8, | 274 | .vd_min = 8, |
275 | .vd_max = 263, | 275 | .vd_max = 263, |
276 | .rd_min = 3, | 276 | .rd_min = 3, |