diff options
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
-rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index 2f3cad6f9402..c29337074ad3 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c | |||
@@ -187,32 +187,28 @@ static struct omap_mcbsp_platform_data omap44xx_mcbsp_pdata[] = { | |||
187 | .phys_base = OMAP44XX_MCBSP1_BASE, | 187 | .phys_base = OMAP44XX_MCBSP1_BASE, |
188 | .dma_rx_sync = OMAP44XX_DMA_MCBSP1_RX, | 188 | .dma_rx_sync = OMAP44XX_DMA_MCBSP1_RX, |
189 | .dma_tx_sync = OMAP44XX_DMA_MCBSP1_TX, | 189 | .dma_tx_sync = OMAP44XX_DMA_MCBSP1_TX, |
190 | .rx_irq = INT_24XX_MCBSP1_IRQ_RX, | 190 | .tx_irq = OMAP44XX_IRQ_MCBSP1, |
191 | .tx_irq = INT_24XX_MCBSP1_IRQ_TX, | ||
192 | .ops = &omap2_mcbsp_ops, | 191 | .ops = &omap2_mcbsp_ops, |
193 | }, | 192 | }, |
194 | { | 193 | { |
195 | .phys_base = OMAP44XX_MCBSP2_BASE, | 194 | .phys_base = OMAP44XX_MCBSP2_BASE, |
196 | .dma_rx_sync = OMAP44XX_DMA_MCBSP2_RX, | 195 | .dma_rx_sync = OMAP44XX_DMA_MCBSP2_RX, |
197 | .dma_tx_sync = OMAP44XX_DMA_MCBSP2_TX, | 196 | .dma_tx_sync = OMAP44XX_DMA_MCBSP2_TX, |
198 | .rx_irq = INT_24XX_MCBSP2_IRQ_RX, | 197 | .tx_irq = OMAP44XX_IRQ_MCBSP2, |
199 | .tx_irq = INT_24XX_MCBSP2_IRQ_TX, | ||
200 | .ops = &omap2_mcbsp_ops, | 198 | .ops = &omap2_mcbsp_ops, |
201 | }, | 199 | }, |
202 | { | 200 | { |
203 | .phys_base = OMAP44XX_MCBSP3_BASE, | 201 | .phys_base = OMAP44XX_MCBSP3_BASE, |
204 | .dma_rx_sync = OMAP44XX_DMA_MCBSP3_RX, | 202 | .dma_rx_sync = OMAP44XX_DMA_MCBSP3_RX, |
205 | .dma_tx_sync = OMAP44XX_DMA_MCBSP3_TX, | 203 | .dma_tx_sync = OMAP44XX_DMA_MCBSP3_TX, |
206 | .rx_irq = INT_24XX_MCBSP3_IRQ_RX, | 204 | .tx_irq = OMAP44XX_IRQ_MCBSP3, |
207 | .tx_irq = INT_24XX_MCBSP3_IRQ_TX, | ||
208 | .ops = &omap2_mcbsp_ops, | 205 | .ops = &omap2_mcbsp_ops, |
209 | }, | 206 | }, |
210 | { | 207 | { |
211 | .phys_base = OMAP44XX_MCBSP4_BASE, | 208 | .phys_base = OMAP44XX_MCBSP4_BASE, |
212 | .dma_rx_sync = OMAP44XX_DMA_MCBSP4_RX, | 209 | .dma_rx_sync = OMAP44XX_DMA_MCBSP4_RX, |
213 | .dma_tx_sync = OMAP44XX_DMA_MCBSP4_TX, | 210 | .dma_tx_sync = OMAP44XX_DMA_MCBSP4_TX, |
214 | .rx_irq = INT_24XX_MCBSP4_IRQ_RX, | 211 | .tx_irq = OMAP44XX_IRQ_MCBSP4, |
215 | .tx_irq = INT_24XX_MCBSP4_IRQ_TX, | ||
216 | .ops = &omap2_mcbsp_ops, | 212 | .ops = &omap2_mcbsp_ops, |
217 | }, | 213 | }, |
218 | }; | 214 | }; |