ARM: ICST: provide definitions for max/min VCO frequencies

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2010-01-16 18:08:47 +00:00
parent 643761ac43
commit 4de2edbd15
9 changed files with 23 additions and 8 deletions

View File

@@ -381,7 +381,7 @@ static struct mmci_platform_data mmc0_plat_data = {
*/
static const struct icst_params versatile_oscvco_params = {
.ref = 24000,
.vco_max = 200000,
.vco_max = ICST307_VCO_MAX,
.vd_min = 4 + 8,
.vd_max = 511 + 8,
.rd_min = 1 + 2,