Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc89017c authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Sekhar Nori
Browse files

ARM: davinci: dm365: Remove DMA resources for SPI



The driver is converted to not use the DMA resource.

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 0dc68bc0
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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 = {