aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-01-16 18:08:47 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-02 09:35:30 +0100
commit4de2edbd15ff70c77e1d018611d06f7801fc2b72 (patch)
tree576899cd3a6492bb01d8326851ee63e1ea58fc0a /arch/arm/mach-realview
parentARM: ICST: icst.*_ps_to_vco() functions are unused, remove them (diff)
downloadlinux-dev-4de2edbd15ff70c77e1d018611d06f7801fc2b72.tar.xz
linux-dev-4de2edbd15ff70c77e1d018611d06f7801fc2b72.zip
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-realview')
-rw-r--r--arch/arm/mach-realview/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c
index ac504745fed1..5a850f0dc36c 100644
--- a/arch/arm/mach-realview/core.c
+++ b/arch/arm/mach-realview/core.c
@@ -275,7 +275,7 @@ struct mmci_platform_data realview_mmc1_plat_data = {
*/
static const struct icst_params realview_oscvco_params = {
.ref = 24000,
- .vco_max = 200000,
+ .vco_max = ICST307_VCO_MAX,
.vd_min = 4 + 8,
.vd_max = 511 + 8,
.rd_min = 1 + 2,