diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c index 93b875c81060a7..c9db73b816a954 100644 --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c @@ -600,7 +600,7 @@ static struct omap_hwmod_class dra7xx_hdmi_hwmod_class = { /* dss_hdmi */ static struct omap_hwmod_irq_info dra7xx_dss_hdmi_irqs[] = { - { .irq = 101 + DRA7XX_IRQ_GIC_START }, + { .irq = 96 + DRA7XX_IRQ_GIC_START }, { .irq = -1 } };