From: Peter Ujfalusi Date: Fri, 9 May 2014 08:10:05 +0000 (+0300) Subject: ARM: omap5: hwmod_data: Correct IDLEMODE for McPDM X-Git-Tag: v3.12.23~83 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=d0c827e617439816bab3a434835be8a68b66a570;p=unionfs-2.6.34.y.git ARM: omap5: hwmod_data: Correct IDLEMODE for McPDM commit 0f9e19ad88eee820f517b85531b555a0fa73e7e4 upstream. McPDM need to be configured to NO_IDLE mode when it is in used otherwise vital clocks will be gated which results 'slow motion' audio playback. Signed-off-by: Peter Ujfalusi Signed-off-by: Paul Walmsley Signed-off-by: Jiri Slaby --- diff --git a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c index cde415570e0..6bbb1e679e3 100644 --- a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c @@ -895,7 +895,7 @@ static struct omap_hwmod omap54xx_mcpdm_hwmod = { * current exception. */ - .flags = HWMOD_EXT_OPT_MAIN_CLK, + .flags = HWMOD_EXT_OPT_MAIN_CLK | HWMOD_SWSUP_SIDLE, .main_clk = "pad_clks_ck", .prcm = { .omap4 = {