ARM: ICST: use Hz instead of kHz
This makes the ICST support fit more nicely with the clk API, eliminating the need to *1000 and /1000 in places. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
@@ -380,7 +380,7 @@ static struct mmci_platform_data mmc0_plat_data = {
|
||||
* Clock handling
|
||||
*/
|
||||
static const struct icst_params versatile_oscvco_params = {
|
||||
.ref = 24000,
|
||||
.ref = 24000000,
|
||||
.vco_max = ICST307_VCO_MAX,
|
||||
.vd_min = 4 + 8,
|
||||
.vd_max = 511 + 8,
|
||||
|
Reference in New Issue
Block a user