projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d7e1a
)
ARM: omap5: hwmod_data: Correct IDLEMODE for McPDM
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 9 May 2014 08:10:05 +0000
(11:10 +0300)
committer
Paul Walmsley
<paul@pwsan.com>
Wed, 14 May 2014 17:25:58 +0000
(11:25 -0600)
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>
arch/arm/mach-omap2/omap_hwmod_54xx_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c
b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c
index
8923172
..
e829664
100644
(file)
--- 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 = {