summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 17:35:07 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 17:35:07 -0600
commit2193a3a65db40a76c325f4b64ea15b3d23d58db9 (patch)
tree6c7b149dc6f91c18c5f86d3b6f09f11af56c941b /include
parent8a30fae614410e7d707253899a6f8f3f279dc8c8 (diff)
CR TLSbo86894: Add CSI-DMA support for still image capture on i.MX27
http://www.bitshrine.org/gpp/linux-2.6.19.2-mx-csi_dma_si_capture.patch
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/dma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/dma.h b/include/asm-arm/arch-mxc/dma.h
index 38f3d0f507af..7fdc3bdca9e4 100644
--- a/include/asm-arm/arch-mxc/dma.h
+++ b/include/asm-arm/arch-mxc/dma.h
@@ -86,6 +86,7 @@ typedef enum mxc_dma_device {
MXC_DMA_DSP_LOG1_CHNL,
MXC_DMA_DSP_LOG2_CHNL,
MXC_DMA_DSP_LOG3_CHNL,
+ MXC_DMA_CSI_RX,
MXC_DMA_TEST_RAM2D2RAM,
MXC_DMA_TEST_RAM2RAM2D,
MXC_DMA_TEST_RAM2D2RAM2D,