diff options
author | G, Manjunath Kondaiah <manjugk@ti.com> | 2010-12-20 18:27:18 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-12-20 18:38:29 -0800 |
commit | 82cbd1aebafd126f40a8ed0725a6feb6ed710576 (patch) | |
tree | 7b1ccc3bc527bf5da3d1163e013e2c9cfd30413c /arch/arm/plat-omap | |
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')
-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 @@ #define RESERVE_CHANNEL BIT(0x2) #define IS_CSSA_32 BIT(0x3) #define IS_CDSA_32 BIT(0x4) +#define IS_RW_PRIORITY BIT(0x5) enum omap_reg_offsets { |