File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1293,14 +1293,12 @@ static int bcm2835_add_host(struct bcm2835_host *host)
1293
1293
1294
1294
host -> dma_cfg_tx .src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES ;
1295
1295
host -> dma_cfg_tx .dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES ;
1296
- host -> dma_cfg_tx .slave_id = 13 ; /* DREQ channel */
1297
1296
host -> dma_cfg_tx .direction = DMA_MEM_TO_DEV ;
1298
1297
host -> dma_cfg_tx .src_addr = 0 ;
1299
1298
host -> dma_cfg_tx .dst_addr = host -> phys_addr + SDDATA ;
1300
1299
1301
1300
host -> dma_cfg_rx .src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES ;
1302
1301
host -> dma_cfg_rx .dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES ;
1303
- host -> dma_cfg_rx .slave_id = 13 ; /* DREQ channel */
1304
1302
host -> dma_cfg_rx .direction = DMA_DEV_TO_MEM ;
1305
1303
host -> dma_cfg_rx .src_addr = host -> phys_addr + SDDATA ;
1306
1304
host -> dma_cfg_rx .dst_addr = 0 ;
You can’t perform that action at this time.
0 commit comments