diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-05-09 12:10:05 +0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2014-05-14 21:25:58 +0400 |
commit | 0f9e19ad88eee820f517b85531b555a0fa73e7e4 (patch) | |
tree | b9ec617103956265890446790ebe5c6beb74cc2c /arch/arm/mach-omap2/omap_hwmod_54xx_data.c | |
parent | 98d7e1aee6dd534f468993f8c6a1bc730d4cfa81 (diff) | |
download | linux-0f9e19ad88eee820f517b85531b555a0fa73e7e4.tar.xz |
ARM: omap5: hwmod_data: Correct IDLEMODE for McPDM
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 <peter.ujfalusi@ti.com>
Cc: <stable@kernel.org>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_54xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c index 892317294fdc..e829664e6a6c 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 = { |