diff options
Diffstat (limited to 'arch/arm/mach-integrator/impd1.c')
-rw-r--r-- | arch/arm/mach-integrator/impd1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-integrator/impd1.c b/arch/arm/mach-integrator/impd1.c index 0058c937719e..dfb961b67afa 100644 --- a/arch/arm/mach-integrator/impd1.c +++ b/arch/arm/mach-integrator/impd1.c | |||
@@ -40,7 +40,7 @@ struct impd1_module { | |||
40 | struct clk_lookup *clks[3]; | 40 | struct clk_lookup *clks[3]; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | static const struct icst525_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 = 200000, /* 200 MHz */ |
46 | .vd_min = 12, | 46 | .vd_min = 12, |
@@ -49,7 +49,7 @@ static const struct icst525_params impd1_vco_params = { | |||
49 | .rd_max = 120, | 49 | .rd_max = 120, |
50 | }; | 50 | }; |
51 | 51 | ||
52 | static void impd1_setvco(struct clk *clk, struct icst525_vco vco) | 52 | static void impd1_setvco(struct clk *clk, struct icst_vco vco) |
53 | { | 53 | { |
54 | struct impd1_module *impd1 = clk->data; | 54 | struct impd1_module *impd1 = clk->data; |
55 | int vconr = clk - impd1->vcos; | 55 | int vconr = clk - impd1->vcos; |