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>
This commit is contained in:
parent
0dc68bc084
commit
fc89017c83
|
@ -660,14 +660,6 @@ static struct resource dm365_spi0_resources[] = {
|
||||||
.start = IRQ_DM365_SPIINT0_0,
|
.start = IRQ_DM365_SPIINT0_0,
|
||||||
.flags = IORESOURCE_IRQ,
|
.flags = IORESOURCE_IRQ,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
.start = 17,
|
|
||||||
.flags = IORESOURCE_DMA,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
.start = 16,
|
|
||||||
.flags = IORESOURCE_DMA,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct platform_device dm365_spi0_device = {
|
static struct platform_device dm365_spi0_device = {
|
||||||
|
|
Loading…
Reference in New Issue