aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/include/mach/db5500-regs.h
diff options
context:
space:
mode:
authorPer Forlin <per.forlin@linaro.org>2010-12-05 13:35:12 +0100
committerLinus Walleij <linus.walleij@stericsson.com>2010-12-08 13:21:31 +0100
commite8b1cc3a341684dfc02fd02f52308752b031668c (patch)
tree54146b6a0d7b70bdf794750577ca3990c2cf8cd1 /arch/arm/mach-ux500/include/mach/db5500-regs.h
parentbab263e0ce624b05bdcf568e83a9ca4ce71f5e3d (diff)
downloadkernel_samsung_smdk4412-e8b1cc3a341684dfc02fd02f52308752b031668c.zip
kernel_samsung_smdk4412-e8b1cc3a341684dfc02fd02f52308752b031668c.tar.gz
kernel_samsung_smdk4412-e8b1cc3a341684dfc02fd02f52308752b031668c.tar.bz2
ux500: Add DMA support for U5500
Add basic DMA configuration for u5500 supporting memcpy. Make way for SDI0 dma support by setting SDI0 to -1, indicating it will be configured in runtime. Signed-off-by: Per Forlin <per.forlin@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/include/mach/db5500-regs.h')
-rw-r--r--arch/arm/mach-ux500/include/mach/db5500-regs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/db5500-regs.h b/arch/arm/mach-ux500/include/mach/db5500-regs.h
index 3eafc0e..bd88c1e 100644
--- a/arch/arm/mach-ux500/include/mach/db5500-regs.h
+++ b/arch/arm/mach-ux500/include/mach/db5500-regs.h
@@ -114,4 +114,8 @@
#define U5500_MBOX2_LOCAL_START (U5500_MBOX_BASE + 0x20)
#define U5500_MBOX2_LOCAL_END (U5500_MBOX_BASE + 0x3F)
+#define U5500_ESRAM_BASE 0x40000000
+#define U5500_ESRAM_DMA_LCPA_OFFSET 0x10000
+#define U5500_DMA_LCPA_BASE (U5500_ESRAM_BASE + U5500_ESRAM_DMA_LCPA_OFFSET)
+
#endif