diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 950454a3fa3..f30e861ce6d 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -393,8 +393,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_counter_sysc = {  	.rev_offs	= 0x0000,  	.sysc_offs	= 0x0004,  	.sysc_flags	= SYSC_HAS_SIDLEMODE, -	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | -			   SIDLE_SMART_WKUP), +	.idlemodes	= (SIDLE_FORCE | SIDLE_NO),  	.sysc_fields	= &omap_hwmod_sysc_type1,  }; @@ -854,6 +853,11 @@ static struct omap_hwmod omap44xx_dss_hdmi_hwmod = {  	.name		= "dss_hdmi",  	.class		= &omap44xx_hdmi_hwmod_class,  	.clkdm_name	= "l3_dss_clkdm", +	/* +	 * HDMI audio requires to use no-idle mode. Hence, +	 * set idle mode by software. +	 */ +	.flags		= HWMOD_SWSUP_SIDLE,  	.mpu_irqs	= omap44xx_dss_hdmi_irqs,  	.sdma_reqs	= omap44xx_dss_hdmi_sdma_reqs,  	.main_clk	= "dss_48mhz_clk",  |