Skip to content

Commit

Permalink
ARM: davinci: dm355: Remove DMA resources for SPI
Browse files Browse the repository at this point in the history
The driver is converted to not use the DMA resource.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
Peter Ujfalusi authored and Sekhar Nori committed Oct 26, 2016
1 parent 6386710 commit 0dc68bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/arm/mach-davinci/dm355.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,14 +397,6 @@ static struct resource dm355_spi0_resources[] = {
.start = IRQ_DM355_SPINT0_0,
.flags = IORESOURCE_IRQ,
},
{
.start = 17,
.flags = IORESOURCE_DMA,
},
{
.start = 16,
.flags = IORESOURCE_DMA,
},
};

static struct davinci_spi_platform_data dm355_spi0_pdata = {
Expand Down

0 comments on commit 0dc68bc

Please sign in to comment.