diff options
Diffstat (limited to 'arch/arm/mach-davinci/dm365.c')
-rw-r--r-- | arch/arm/mach-davinci/dm365.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c index 02d2cc380df7..4604e72d7d99 100644 --- a/arch/arm/mach-davinci/dm365.c +++ b/arch/arm/mach-davinci/dm365.c | |||
@@ -625,6 +625,7 @@ static u64 dm365_spi0_dma_mask = DMA_BIT_MASK(32); | |||
625 | static struct davinci_spi_platform_data dm365_spi0_pdata = { | 625 | static struct davinci_spi_platform_data dm365_spi0_pdata = { |
626 | .version = SPI_VERSION_1, | 626 | .version = SPI_VERSION_1, |
627 | .num_chipselect = 2, | 627 | .num_chipselect = 2, |
628 | .dma_event_q = EVENTQ_3, | ||
628 | }; | 629 | }; |
629 | 630 | ||
630 | static struct resource dm365_spi0_resources[] = { | 631 | static struct resource dm365_spi0_resources[] = { |
@@ -645,10 +646,6 @@ static struct resource dm365_spi0_resources[] = { | |||
645 | .start = 16, | 646 | .start = 16, |
646 | .flags = IORESOURCE_DMA, | 647 | .flags = IORESOURCE_DMA, |
647 | }, | 648 | }, |
648 | { | ||
649 | .start = EVENTQ_3, | ||
650 | .flags = IORESOURCE_DMA, | ||
651 | }, | ||
652 | }; | 649 | }; |
653 | 650 | ||
654 | static struct platform_device dm365_spi0_device = { | 651 | static struct platform_device dm365_spi0_device = { |