I want to use DM6467 EDMA to transfer frame data from PCI memory to DDR2.
I am using the PCI Boot Driver from TI.
My application uses arch/arm/mach-davinci/dma.c driver for allocating EDMA channels.
Since the EDMA channels are controlled by two drivers, there is a chance of conflict.
Is there a way in the arch/arm/mach-davinci/dma.c to exclude some channel/channels from being dynamically allocated?,
So that channel can be safely used by the PCI boot driver. Kindly suggest.
Regards
JK