This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6467 EDMA channel conflict

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