DaVinci: EDMA: Add queue 2 and 3 for DM365 and DM6467
authorSandeep Paulraj <s-paulraj@ti.com>
Mon, 27 Jul 2009 12:50:16 +0000 (08:50 -0400)
committerKevin Hilman <khilman@deeprootsystems.com>
Wed, 26 Aug 2009 08:55:48 +0000 (11:55 +0300)
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>
arch/arm/mach-davinci/include/mach/edma.h

index a85cbedc9b0a4e41bc41d42b561e910617ff13ef..5d489622646035d6a7562123020868529918d545 100644 (file)
@@ -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
 };
 
This page took 0.02582 seconds and 5 git commands to generate.