aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisael Lopez Cruz2013-06-02 17:57:44 -0500
committerMisael Lopez Cruz2013-07-22 15:04:25 -0500
commit3617904a2b12714fa50e475afafc76421141fbe3 (patch)
tree3e28256e8822e2d26e9be22e91cab3504f885f3b
parent8ce08d4e0c58b84ff439e210de88e8590b28c55e (diff)
downloadkernel-audio-3617904a2b12714fa50e475afafc76421141fbe3.tar.gz
kernel-audio-3617904a2b12714fa50e475afafc76421141fbe3.tar.xz
kernel-audio-3617904a2b12714fa50e475afafc76421141fbe3.zip
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 <misael.lopez@ti.com>
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_7xx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
index 93b875c81060..c9db73b816a9 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 = {
600 600
601/* dss_hdmi */ 601/* dss_hdmi */
602static struct omap_hwmod_irq_info dra7xx_dss_hdmi_irqs[] = { 602static struct omap_hwmod_irq_info dra7xx_dss_hdmi_irqs[] = {
603 { .irq = 101 + DRA7XX_IRQ_GIC_START }, 603 { .irq = 96 + DRA7XX_IRQ_GIC_START },
604 { .irq = -1 } 604 { .irq = -1 }
605}; 605};
606 606