Signed-off-by: Tero Kristo <[email protected]>
---
 arch/arm/mach-omap2/vc.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/vc.c b/arch/arm/mach-omap2/vc.c
index ee0edf3..badf28b 100644
--- a/arch/arm/mach-omap2/vc.c
+++ b/arch/arm/mach-omap2/vc.c
@@ -381,6 +381,15 @@ static void omap4_set_timings(struct voltagedomain 
*voltdm, bool off_mode)
                OMAP4_DOWNTIME_MASK);
 
        __raw_writel(val, OMAP4_SCRM_CLKSETUPTIME);
+
+       omap_pm_get_pmic_lp_time(&tstart, &tshut);
+
+       val = omap4_usec_to_val_scrm(tstart, OMAP4_WAKEUPTIME_SHIFT,
+               OMAP4_WAKEUPTIME_MASK);
+       val |= omap4_usec_to_val_scrm(tshut, OMAP4_SLEEPTIME_SHIFT,
+               OMAP4_SLEEPTIME_MASK);
+
+       __raw_writel(val, OMAP4_SCRM_PMICSETUPTIME);
 }
 
 /* OMAP4 specific voltage init functions */
-- 
1.7.4.1


Texas Instruments Oy, Porkkalankatu 22, 00180 Helsinki, Finland. Business ID: 
0115040-6. Domicile: Helsinki
 

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to