Skip to content

Commit

Permalink
ARM: davinci: dm365: 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 0dc68bc commit fc89017
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/arm/mach-davinci/dm365.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,14 +660,6 @@ static struct resource dm365_spi0_resources[] = {
.start = IRQ_DM365_SPIINT0_0,
.flags = IORESOURCE_IRQ,
},
{
.start = 17,
.flags = IORESOURCE_DMA,
},
{
.start = 16,
.flags = IORESOURCE_DMA,
},
};

static struct platform_device dm365_spi0_device = {
Expand Down

0 comments on commit fc89017

Please sign in to comment.