From 3617904a2b12714fa50e475afafc76421141fbe3 Mon Sep 17 00:00:00 2001 From: Misael Lopez Cruz Date: Sun, 2 Jun 2013 17:57:44 -0500 Subject: [PATCH] ARM: DRA7: hwmod: Fix HDMI irq number HDMI_IRQ is connected to IRQ_CROSSBAR_96 in DRA7, previous IRQ number was for OMAP5. Change-Id: Iedff41b2e2dc253be7f6aa8a18c0c0d23a7f989d Signed-off-by: Misael Lopez Cruz --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } };