[PATCH 2/3] davinci: dm355: move spi0 eventq assignment from resources to platform data
Michael Williamson
michael.williamson at criticallink.com
Thu Feb 3 19:34:49 EST 2011
Move the eventq assignment for spi0 out of resources and into platform data.
Signed-off-by: Michael Williamson <michael.williamson at criticallink.com>
---
arch/arm/mach-davinci/dm355.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c
index a5f8a80..76364d1 100644
--- a/arch/arm/mach-davinci/dm355.c
+++ b/arch/arm/mach-davinci/dm355.c
@@ -403,16 +403,13 @@ static struct resource dm355_spi0_resources[] = {
.start = 16,
.flags = IORESOURCE_DMA,
},
- {
- .start = EVENTQ_1,
- .flags = IORESOURCE_DMA,
- },
};
static struct davinci_spi_platform_data dm355_spi0_pdata = {
.version = SPI_VERSION_1,
.num_chipselect = 2,
.cshold_bug = true,
+ .dma_event_q = EVENTQ_1,
};
static struct platform_device dm355_spi0_device = {
.name = "spi_davinci",
--
1.7.0.4
More information about the linux-arm-kernel
mailing list