diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c b/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c index de39017d2e2..d59a9ce40d2 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c @@ -218,8 +218,14 @@ struct omap_hwmod omap2xxx_l4_wkup_hwmod = {  };  /* MPU */ +static struct omap_hwmod_irq_info omap2xxx_mpu_irqs[] = { +	{ .name = "pmu", .irq = 3 }, +	{ .irq = -1 } +}; +  struct omap_hwmod omap2xxx_mpu_hwmod = {  	.name		= "mpu", +	.mpu_irqs	= omap2xxx_mpu_irqs,  	.class		= &mpu_hwmod_class,  	.main_clk	= "mpu_ck",  };  |