Skip to content

Commit

Permalink
ARM: DRA7: hwmod: remove interrupts for DMA
Browse files Browse the repository at this point in the history
DMA interrupts are now available in of, and the definitions are
duplicates in hwmod. This prevents us from dynamically allocating
interrupt resources for dma from devicetree.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Nishanth Menon authored and Tony Lindgren committed Jul 22, 2014
1 parent 76be4a5 commit 2aa7f52
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/arm/mach-omap2/omap_hwmod_7xx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,19 +343,10 @@ static struct omap_dma_dev_attr dma_dev_attr = {
};

/* dma_system */
static struct omap_hwmod_irq_info dra7xx_dma_system_irqs[] = {
{ .name = "0", .irq = 12 + DRA7XX_IRQ_GIC_START },
{ .name = "1", .irq = 13 + DRA7XX_IRQ_GIC_START },
{ .name = "2", .irq = 14 + DRA7XX_IRQ_GIC_START },
{ .name = "3", .irq = 15 + DRA7XX_IRQ_GIC_START },
{ .irq = -1 }
};

static struct omap_hwmod dra7xx_dma_system_hwmod = {
.name = "dma_system",
.class = &dra7xx_dma_hwmod_class,
.clkdm_name = "dma_clkdm",
.mpu_irqs = dra7xx_dma_system_irqs,
.main_clk = "l3_iclk_div",
.prcm = {
.omap4 = {
Expand Down

0 comments on commit 2aa7f52

Please sign in to comment.