aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-01-16 14:46:19 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-02 04:35:32 -0400
commit232eaf7f268f765b52170bec42bfa0c5825aa239 (patch)
tree972eb80dcb7d3b0d8ee10f83f307f1bc47b784a9 /arch/arm/mach-realview
parente73a46a3d3df22b379d8adcb59999eafea1d60d5 (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-realview')
-rw-r--r--arch/arm/mach-realview/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c
index 3ac44138bf75..26d44caad540 100644
--- a/arch/arm/mach-realview/core.c
+++ b/arch/arm/mach-realview/core.c
@@ -281,6 +281,8 @@ static const struct icst_params realview_oscvco_params = {
281 .vd_max = 511 + 8, 281 .vd_max = 511 + 8,
282 .rd_min = 1 + 2, 282 .rd_min = 1 + 2,
283 .rd_max = 127 + 2, 283 .rd_max = 127 + 2,
284 .s2div = icst307_s2div,
285 .idx2s = icst307_idx2s,
284}; 286};
285 287
286static void realview_oscvco_set(struct clk *clk, struct icst_vco vco) 288static void realview_oscvco_set(struct clk *clk, struct icst_vco vco)