aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-integrator/cpu.c')
-rw-r--r--arch/arm/mach-integrator/cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/cpu.c b/arch/arm/mach-integrator/cpu.c
index 3ebb785f30c1..569306b8fdb5 100644
--- a/arch/arm/mach-integrator/cpu.c
+++ b/arch/arm/mach-integrator/cpu.c
@@ -34,6 +34,7 @@ static struct cpufreq_driver integrator_driver;
34static const struct icst_params lclk_params = { 34static const struct icst_params lclk_params = {
35 .ref = 24000000, 35 .ref = 24000000,
36 .vco_max = ICST525_VCO_MAX_5V, 36 .vco_max = ICST525_VCO_MAX_5V,
37 .vco_min = ICST525_VCO_MIN,
37 .vd_min = 8, 38 .vd_min = 8,
38 .vd_max = 132, 39 .vd_max = 132,
39 .rd_min = 24, 40 .rd_min = 24,
@@ -43,6 +44,7 @@ static const struct icst_params lclk_params = {
43static const struct icst_params cclk_params = { 44static const struct icst_params cclk_params = {
44 .ref = 24000000, 45 .ref = 24000000,
45 .vco_max = ICST525_VCO_MAX_5V, 46 .vco_max = ICST525_VCO_MAX_5V,
47 .vco_min = ICST525_VCO_MIN,
46 .vd_min = 12, 48 .vd_min = 12,
47 .vd_max = 160, 49 .vd_max = 160,
48 .rd_min = 24, 50 .rd_min = 24,