summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/core.c
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/core.c
parent643761ac43dfe4bea1195e966fc65a9403cdcb9f (diff)
downloadop-kernel-dev-4de2edbd15ff70c77e1d018611d06f7801fc2b72.zip
op-kernel-dev-4de2edbd15ff70c77e1d018611d06f7801fc2b72.tar.gz
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/core.c')
-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 ac50474..5a850f0 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,
OpenPOWER on IntegriCloud