Skip to content

Commit

Permalink
Revert "ARM: DRA7: hwmod: Fix HDMI irq number"
Browse files Browse the repository at this point in the history
This reverts commit 3617904.

IRQ_CROSSBAR_96 maps to irq torvalds#101 and not torvalds#96, which is mmc4's irq.

Change-Id: I9aecf8e08abeda5917817aea38634edd0f84b721
Signed-off-by: Ido Yariv <[email protected]>
Signed-off-by: bvijay <[email protected]>
  • Loading branch information
Ido Yariv authored and Somnath Mukherjee committed Sep 30, 2013
1 parent 16b68af commit 95c5658
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 @@ -731,7 +731,7 @@ static struct omap_hwmod_class dra7xx_hdmi_hwmod_class = {

/* dss_hdmi */
static struct omap_hwmod_irq_info dra7xx_dss_hdmi_irqs[] = {
{ .irq = 96 + DRA7XX_IRQ_GIC_START },
{ .irq = 101 + DRA7XX_IRQ_GIC_START },
{ .irq = -1 }
};

Expand Down

0 comments on commit 95c5658

Please sign in to comment.