diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-09-28 06:35:30 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-10-26 04:12:53 -0400 |
commit | fc89017c83b77dd50da2ce893184483a7718f353 (patch) | |
tree | 052d868611e983a2daed170ff184a33f836c8e84 | |
parent | 0dc68bc0840e6772a29e0066abf8914e75856d57 (diff) |
ARM: davinci: dm365: Remove DMA resources for SPI
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>
-rw-r--r-- | arch/arm/mach-davinci/dm365.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c index ef3add999263..8be04ec95adf 100644 --- a/arch/arm/mach-davinci/dm365.c +++ b/arch/arm/mach-davinci/dm365.c | |||
@@ -660,14 +660,6 @@ static struct resource dm365_spi0_resources[] = { | |||
660 | .start = IRQ_DM365_SPIINT0_0, | 660 | .start = IRQ_DM365_SPIINT0_0, |
661 | .flags = IORESOURCE_IRQ, | 661 | .flags = IORESOURCE_IRQ, |
662 | }, | 662 | }, |
663 | { | ||
664 | .start = 17, | ||
665 | .flags = IORESOURCE_DMA, | ||
666 | }, | ||
667 | { | ||
668 | .start = 16, | ||
669 | .flags = IORESOURCE_DMA, | ||
670 | }, | ||
671 | }; | 663 | }; |
672 | 664 | ||
673 | static struct platform_device dm365_spi0_device = { | 665 | static struct platform_device dm365_spi0_device = { |