ARM: davinci: dm365: Remove DMA resources for SPI
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 28 Sep 2016 10:35:30 +0000 (13:35 +0300)
committerSekhar Nori <nsekhar@ti.com>
Wed, 26 Oct 2016 08:12:53 +0000 (13:42 +0530)
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>
arch/arm/mach-davinci/dm365.c

index ef3add9..8be04ec 100644 (file)
@@ -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 = {