Skip to content

Commit

Permalink
ARM: DRA7: hwmod: Fix HDMI irq number
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Misael Lopez Cruz committed Jul 22, 2013
1 parent 8ce08d4 commit 3617904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/omap_hwmod_7xx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit 3617904

Please sign in to comment.