diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_common_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_common_data.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_common_data.c b/arch/arm/mach-omap2/omap_hwmod_common_data.c index de832ebc93a..51e5418899f 100644 --- a/arch/arm/mach-omap2/omap_hwmod_common_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_common_data.c @@ -49,3 +49,7 @@ struct omap_hwmod_sysc_fields omap_hwmod_sysc_type2 = {  	.srst_shift	= SYSC_TYPE2_SOFTRESET_SHIFT,  }; +struct omap_dss_dispc_dev_attr omap2_3_dss_dispc_dev_attr = { +	.manager_count		= 2, +	.has_framedonetv_irq	= 0 +};  |