aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-07-27 08:50:16 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2009-08-26 11:55:48 +0300
commit10eef5a8a08d8be455ae5f9599b214c33ad52340 (patch)
treeef13ae6e23136dd85f3f7d3e60d83c6765044359
parentdavinci: Kconfig: add dm646x ASoC support (diff)
downloadlinux-dev-10eef5a8a08d8be455ae5f9599b214c33ad52340.tar.xz
linux-dev-10eef5a8a08d8be455ae5f9599b214c33ad52340.zip
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>
-rw-r--r--arch/arm/mach-davinci/include/mach/edma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/edma.h b/arch/arm/mach-davinci/include/mach/edma.h
index a85cbedc9b0a..5d4896226460 100644
--- a/arch/arm/mach-davinci/include/mach/edma.h
+++ b/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
};