Browse Source

dmaengine: shdma: Update SH_DMAC_MAX_CHANNELS to 20

Update SH_DMAC_MAX_CHANNELS to support the 20 DMA
channels included in the sh73a0 SY-DMAC hardware.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Magnus Damm 14 năm trước cách đây
mục cha
commit
d026e00e58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/dma/shdma.h

+ 1 - 1
drivers/dma/shdma.h

@@ -17,7 +17,7 @@
 #include <linux/interrupt.h>
 #include <linux/list.h>
 
-#define SH_DMAC_MAX_CHANNELS 6
+#define SH_DMAC_MAX_CHANNELS 20
 #define SH_DMA_SLAVE_NUMBER 256
 #define SH_DMA_TCR_MAX 0x00FFFFFF	/* 16MB */