diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-16 14:46:19 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 04:35:32 -0400 |
commit | 232eaf7f268f765b52170bec42bfa0c5825aa239 (patch) | |
tree | 972eb80dcb7d3b0d8ee10f83f307f1bc47b784a9 /arch/arm/mach-integrator/cpu.c | |
parent | e73a46a3d3df22b379d8adcb59999eafea1d60d5 (diff) |
ARM: ICST: indirect s2div and idx2s arrays via icst_params
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.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/cpu.c b/arch/arm/mach-integrator/cpu.c index 569306b8fdb5..9481c5408bf8 100644 --- a/arch/arm/mach-integrator/cpu.c +++ b/arch/arm/mach-integrator/cpu.c | |||
@@ -39,6 +39,8 @@ static const struct icst_params lclk_params = { | |||
39 | .vd_max = 132, | 39 | .vd_max = 132, |
40 | .rd_min = 24, | 40 | .rd_min = 24, |
41 | .rd_max = 24, | 41 | .rd_max = 24, |
42 | .s2div = icst525_s2div, | ||
43 | .idx2s = icst525_idx2s, | ||
42 | }; | 44 | }; |
43 | 45 | ||
44 | static const struct icst_params cclk_params = { | 46 | static const struct icst_params cclk_params = { |
@@ -49,6 +51,8 @@ static const struct icst_params cclk_params = { | |||
49 | .vd_max = 160, | 51 | .vd_max = 160, |
50 | .rd_min = 24, | 52 | .rd_min = 24, |
51 | .rd_max = 24, | 53 | .rd_max = 24, |
54 | .s2div = icst525_s2div, | ||
55 | .idx2s = icst525_idx2s, | ||
52 | }; | 56 | }; |
53 | 57 | ||
54 | /* | 58 | /* |