Message ID | 1274968018-27333-1-git-send-email-premi@ti.com (mailing list archive) |
---|---|
State | RFC |
Delegated to: | Kevin Hilman |
Headers | show |
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index 5261a09..7ea757e 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c @@ -175,6 +175,7 @@ EXPORT_SYMBOL(clk_get_parent); int __initdata mpurate; + /* * By default we use the rate set by the bootloader. * You can override this with mpurate= cmdline option. @@ -186,7 +187,7 @@ static int __init omap_clk_setup(char *str) if (!mpurate) return 1; - if (mpurate < 1000) + if (mpurate < 2000) mpurate *= 1000000; return 1;