diff options
author | G, Manjunath Kondaiah <manjugk@ti.com> | 2010-12-20 21:27:18 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-12-20 21:38:29 -0500 |
commit | 82cbd1aebafd126f40a8ed0725a6feb6ed710576 (patch) | |
tree | 7b1ccc3bc527bf5da3d1163e013e2c9cfd30413c /arch/arm/plat-omap/include/plat/dma.h | |
parent | 745685df95961ebbf0bcafcf28f31217a75070ae (diff) |
OMAP2430: hwmod data: add system DMA
Add OMAP2430 DMA hwmod data and also add required
DMA device attributes.
Signed-off-by: G, Manjunath Kondaiah <manjugk@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/dma.h b/arch/arm/plat-omap/include/plat/dma.h index c4665669a8a3..4b51d2b93b0e 100644 --- a/arch/arm/plat-omap/include/plat/dma.h +++ b/arch/arm/plat-omap/include/plat/dma.h | |||
@@ -301,6 +301,7 @@ | |||
301 | #define RESERVE_CHANNEL BIT(0x2) | 301 | #define RESERVE_CHANNEL BIT(0x2) |
302 | #define IS_CSSA_32 BIT(0x3) | 302 | #define IS_CSSA_32 BIT(0x3) |
303 | #define IS_CDSA_32 BIT(0x4) | 303 | #define IS_CDSA_32 BIT(0x4) |
304 | #define IS_RW_PRIORITY BIT(0x5) | ||
304 | 305 | ||
305 | enum omap_reg_offsets { | 306 | enum omap_reg_offsets { |
306 | 307 | ||