aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/include/mach/map.h
diff options
context:
space:
mode:
authorSeungwon Jeon <tgih.jun@samsung.com>2011-07-20 11:34:58 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-07-20 12:46:43 -0400
commitd79195897e610bd0d3563ec401cfd29d836ce0e6 (patch)
treeaea2b86565f561005dca716d2af4c6517b7e9435 /arch/arm/mach-exynos4/include/mach/map.h
parent3a1a2b9e69b22a7d9e3c2d9410309ccbedc0ef8f (diff)
ARM: EXYNOS4: Add platform device for dwmci driver
This patch adds platform device for Synopsys DesignWare Multimedia Card Interface driver. Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach/map.h')
-rw-r--r--arch/arm/mach-exynos4/include/mach/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h
index 0e0016fad20f..0aa77fb707d2 100644
--- a/arch/arm/mach-exynos4/include/mach/map.h
+++ b/arch/arm/mach-exynos4/include/mach/map.h
@@ -96,6 +96,7 @@
96#define EXYNOS4_PA_MIPI_CSIS1 0x11890000 96#define EXYNOS4_PA_MIPI_CSIS1 0x11890000
97 97
98#define EXYNOS4_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000)) 98#define EXYNOS4_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000))
99#define EXYNOS4_PA_DWMCI 0x12550000
99 100
100#define EXYNOS4_PA_SATA 0x12560000 101#define EXYNOS4_PA_SATA 0x12560000
101#define EXYNOS4_PA_SATAPHY 0x125D0000 102#define EXYNOS4_PA_SATAPHY 0x125D0000