hi:
I need to request three DMA channels, but the system starts with only
two DMA channels are free, and specific operations are as follows:
In
the kernel source "arch / arm / mach-davinci / dma.c", use
"alloc_resource" function to request EDMA_DMA_CHANNEL_ANY types of DMA
channels, found that only two channels are free
Theory DM6467 has 64 DMA channels, why is the system starts with only two channels are available?
thank you