diff options
author | Boojin Kim <boojin.kim@samsung.com> | 2012-02-15 13:15:12 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-10 22:51:07 -0800 |
commit | 9ed76e0336988ecc9e7234e0bd49be4fd98f6c35 (patch) | |
tree | 6556d1e1765e7cd4886dc66ba0f2fa50d2332225 /arch/arm/mach-exynos/include/mach/map.h | |
parent | 44b2cef5ae6da48523fa634230ca66107110a7dd (diff) | |
download | op-kernel-dev-9ed76e0336988ecc9e7234e0bd49be4fd98f6c35.zip op-kernel-dev-9ed76e0336988ecc9e7234e0bd49be4fd98f6c35.tar.gz |
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.h | 3 |
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 c754a22..2ad4e9c 100644 --- a/arch/arm/mach-exynos/include/mach/map.h +++ b/arch/arm/mach-exynos/include/mach/map.h @@ -67,7 +67,8 @@ #define EXYNOS4_PA_TWD 0x10500600 #define EXYNOS4_PA_L2CC 0x10502000 -#define EXYNOS4_PA_MDMA 0x10810000 +#define EXYNOS4_PA_MDMA0 0x10810000 +#define EXYNOS4_PA_MDMA1 0x12840000 #define EXYNOS4_PA_PDMA0 0x12680000 #define EXYNOS4_PA_PDMA1 0x12690000 |