Message ID | 1348590833-12335-13-git-send-email-t-kristo@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 0d2a45f..304fc48 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c @@ -486,6 +486,9 @@ static void __init beagle_opp_init(void) opp_disable(mpu_dev, 720000000); opp_disable(iva_dev, 520000000); } + + /* Set oscillator startup time to 10ms, shutdown not used */ + omap_pm_setup_oscillator(10000, ULONG_MAX); } /* Custom OPP enabled for all xM versions */
Based on the oscillator datasheet for this device. Signed-off-by: Tero Kristo <t-kristo@ti.com> --- arch/arm/mach-omap2/board-omap3beagle.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)