aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/map.h
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@linaro.org>2012-09-25 19:54:42 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-09-25 19:57:25 -0400
commita5c17773172949903352686eb03549b884e8bb73 (patch)
tree30d37888da66d126b76855fc8974cc6114c4ea53 /arch/arm/mach-exynos/include/mach/map.h
parente895e49ba9c0e6f5e3ca9eda9649cd8ed0fdeee3 (diff)
ARM: EXYNOS: Add AUXDATA support for MSHC controllers
Add entries if MSHC controllers in AUXDATA table for correct device name initialization. Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h
index c72b675b3e4b..5edbbe99592f 100644
--- a/arch/arm/mach-exynos/include/mach/map.h
+++ b/arch/arm/mach-exynos/include/mach/map.h
@@ -173,6 +173,10 @@
173 173
174#define EXYNOS4_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000)) 174#define EXYNOS4_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000))
175#define EXYNOS4_PA_DWMCI 0x12550000 175#define EXYNOS4_PA_DWMCI 0x12550000
176#define EXYNOS5_PA_DWMCI0 0x12200000
177#define EXYNOS5_PA_DWMCI1 0x12210000
178#define EXYNOS5_PA_DWMCI2 0x12220000
179#define EXYNOS5_PA_DWMCI3 0x12230000
176 180
177#define EXYNOS4_PA_HSOTG 0x12480000 181#define EXYNOS4_PA_HSOTG 0x12480000
178#define EXYNOS4_PA_USB_HSPHY 0x125B0000 182#define EXYNOS4_PA_USB_HSPHY 0x125B0000