Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ee07317 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: OMAP1: Move define of OMAP_LCD_DMA to dma.h



This is needed to start removing hardcoded IRQs on omap2+.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a1e01703
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -31,6 +31,8 @@
/* Move omap4 specific defines to dma-44xx.h */
/* Move omap4 specific defines to dma-44xx.h */
#include "dma-44xx.h"
#include "dma-44xx.h"


#define INT_DMA_LCD			25

/* DMA channels for omap1 */
/* DMA channels for omap1 */
#define OMAP_DMA_NO_DEVICE		0
#define OMAP_DMA_NO_DEVICE		0
#define OMAP_DMA_MCSI1_TX		1
#define OMAP_DMA_MCSI1_TX		1
+0 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,6 @@
#define INT_DMA_CH3		22
#define INT_DMA_CH3		22
#define INT_DMA_CH4		23
#define INT_DMA_CH4		23
#define INT_DMA_CH5		24
#define INT_DMA_CH5		24
#define INT_DMA_LCD		25
#define INT_TIMER1		26
#define INT_TIMER1		26
#define INT_WD_TIMER		27
#define INT_WD_TIMER		27
#define INT_BRIDGE_PUB		28
#define INT_BRIDGE_PUB		28