[PATCHv7 12/21] ARM: OMAP: beagle: set oscillator startup time to 10ms for rev c4
Tero Kristo
t-kristo at ti.com
Tue Sep 25 12:33:44 EDT 2012
Based on the oscillator datasheet for this device.
Signed-off-by: Tero Kristo <t-kristo at ti.com>
---
arch/arm/mach-omap2/board-omap3beagle.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
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 */
--
1.7.4.1
More information about the linux-arm-kernel
mailing list