From: Sandeep Paulraj Date: Mon, 27 Jul 2009 12:50:16 +0000 (-0400) Subject: DaVinci: EDMA: Add queue 2 and 3 for DM365 and DM6467 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=10eef5a8a08d8be455ae5f9599b214c33ad52340;p=deliverable%2Flinux.git 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 Signed-off-by: Kevin Hilman --- 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 };