summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/dma.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-04 17:43:29 -0700
committerTony Lindgren <tony@atomide.com>2012-09-12 18:06:29 -0700
commit9ee073176808bba3039dabeaf6553ecdb9d7f765 (patch)
tree6c92e21cb95de6cd24886342b59c49eb3d9842ea /arch/arm/plat-omap/include/plat/dma.h
parenta1e01703bacbadd22eb4aaca0bbba59bcba7d3b3 (diff)
downloadlinux-stable-9ee073176808bba3039dabeaf6553ecdb9d7f765.tar.gz
linux-stable-9ee073176808bba3039dabeaf6553ecdb9d7f765.tar.bz2
linux-stable-9ee073176808bba3039dabeaf6553ecdb9d7f765.zip
ARM: OMAP1: Move define of OMAP_LCD_DMA to dma.h
This is needed to start removing hardcoded IRQs on omap2+. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/dma.h')
-rw-r--r--arch/arm/plat-omap/include/plat/dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/dma.h b/arch/arm/plat-omap/include/plat/dma.h
index c5811d4409b0..0a87b052f8f7 100644
--- a/arch/arm/plat-omap/include/plat/dma.h
+++ b/arch/arm/plat-omap/include/plat/dma.h
@@ -31,6 +31,8 @@
/* Move omap4 specific defines to dma-44xx.h */
#include "dma-44xx.h"
+#define INT_DMA_LCD 25
+
/* DMA channels for omap1 */
#define OMAP_DMA_NO_DEVICE 0
#define OMAP_DMA_MCSI1_TX 1