aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/map.h
diff options
context:
space:
mode:
authorBoojin Kim <boojin.kim@samsung.com>2012-02-14 23:15:12 -0500
committerKukjin Kim <kgene.kim@samsung.com>2012-03-11 01:51:07 -0500
commit9ed76e0336988ecc9e7234e0bd49be4fd98f6c35 (patch)
tree6556d1e1765e7cd4886dc66ba0f2fa50d2332225 /arch/arm/mach-exynos/include/mach/map.h
parent44b2cef5ae6da48523fa634230ca66107110a7dd (diff)
ARM: EXYNOS: Enable MDMA driver
This patch adds MDMA platform data and enables MDMA for DMA memcpy operation for EXYNOS SoCs. Signed-off-by: Boojin Kim <boojin.kim@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/map.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h
index c754a22a2bb3..2ad4e9cfe498 100644
--- a/arch/arm/mach-exynos/include/mach/map.h
+++ b/arch/arm/mach-exynos/include/mach/map.h
@@ -67,7 +67,8 @@
67#define EXYNOS4_PA_TWD 0x10500600 67#define EXYNOS4_PA_TWD 0x10500600
68#define EXYNOS4_PA_L2CC 0x10502000 68#define EXYNOS4_PA_L2CC 0x10502000
69 69
70#define EXYNOS4_PA_MDMA 0x10810000 70#define EXYNOS4_PA_MDMA0 0x10810000
71#define EXYNOS4_PA_MDMA1 0x12840000
71#define EXYNOS4_PA_PDMA0 0x12680000 72#define EXYNOS4_PA_PDMA0 0x12680000
72#define EXYNOS4_PA_PDMA1 0x12690000 73#define EXYNOS4_PA_PDMA1 0x12690000
73 74