Browse Source

DaVinci: EDMA: Add queue 2 and 3 for DM365 and DM6467

DM365 and DM6467 have 4 queues. The patch updates the
'dma_event_q' enum to reflect this.

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Sandeep Paulraj 16 years ago
parent
commit
10eef5a8a0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-davinci/include/mach/edma.h

+ 2 - 0
arch/arm/mach-davinci/include/mach/edma.h

@@ -210,6 +210,8 @@ enum fifo_width {
 enum dma_event_q {
 	EVENTQ_0 = 0,
 	EVENTQ_1 = 1,
+	EVENTQ_2 = 2,
+	EVENTQ_3 = 3,
 	EVENTQ_DEFAULT = -1
 };