|
@@ -36,6 +36,11 @@ static int __init blackfin_dma_init(void)
|
|
|
|
|
|
printk(KERN_INFO "Blackfin DMA Controller\n");
|
|
printk(KERN_INFO "Blackfin DMA Controller\n");
|
|
|
|
|
|
|
|
+
|
|
|
|
+#if ANOMALY_05000480
|
|
|
|
+ bfin_write_DMAC_TC_PER(0x0111);
|
|
|
|
+#endif
|
|
|
|
+
|
|
for (i = 0; i < MAX_DMA_CHANNELS; i++) {
|
|
for (i = 0; i < MAX_DMA_CHANNELS; i++) {
|
|
atomic_set(&dma_ch[i].chan_status, 0);
|
|
atomic_set(&dma_ch[i].chan_status, 0);
|
|
dma_ch[i].regs = dma_io_base_addr[i];
|
|
dma_ch[i].regs = dma_io_base_addr[i];
|