diff options
Diffstat (limited to 'arch/arm/mach-davinci/dm355.c')
-rw-r--r-- | 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 a5f8a80c1f28..76364d1345df 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[] = { | |||
403 | .start = 16, | 403 | .start = 16, |
404 | .flags = IORESOURCE_DMA, | 404 | .flags = IORESOURCE_DMA, |
405 | }, | 405 | }, |
406 | { | ||
407 | .start = EVENTQ_1, | ||
408 | .flags = IORESOURCE_DMA, | ||
409 | }, | ||
410 | }; | 406 | }; |
411 | 407 | ||
412 | static struct davinci_spi_platform_data dm355_spi0_pdata = { | 408 | static struct davinci_spi_platform_data dm355_spi0_pdata = { |
413 | .version = SPI_VERSION_1, | 409 | .version = SPI_VERSION_1, |
414 | .num_chipselect = 2, | 410 | .num_chipselect = 2, |
415 | .cshold_bug = true, | 411 | .cshold_bug = true, |
412 | .dma_event_q = EVENTQ_1, | ||
416 | }; | 413 | }; |
417 | static struct platform_device dm355_spi0_device = { | 414 | static struct platform_device dm355_spi0_device = { |
418 | .name = "spi_davinci", | 415 | .name = "spi_davinci", |