aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/include/mach/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach/map.h')
-rw-r--r--arch/arm/mach-exynos4/include/mach/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h
index d32296dc65e2..380feb981505 100644
--- a/arch/arm/mach-exynos4/include/mach/map.h
+++ b/arch/arm/mach-exynos4/include/mach/map.h
@@ -112,6 +112,8 @@
112 112
113#define EXYNOS4_PA_UART 0x13800000 113#define EXYNOS4_PA_UART 0x13800000
114 114
115#define EXYNOS4_PA_IIC_HDMIPHY 0x138E0000
116
115#define EXYNOS4_PA_IIC(x) (0x13860000 + ((x) * 0x10000)) 117#define EXYNOS4_PA_IIC(x) (0x13860000 + ((x) * 0x10000))
116 118
117#define EXYNOS4_PA_ADC 0x13910000 119#define EXYNOS4_PA_ADC 0x13910000
@@ -161,6 +163,8 @@
161#define S5P_PA_TIMER EXYNOS4_PA_TIMER 163#define S5P_PA_TIMER EXYNOS4_PA_TIMER
162#define S5P_PA_EHCI EXYNOS4_PA_EHCI 164#define S5P_PA_EHCI EXYNOS4_PA_EHCI
163 165
166#define S5P_PA_IIC_HDMIPHY EXYNOS4_PA_IIC_HDMIPHY
167
164#define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD 168#define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD
165 169
166/* UART */ 170/* UART */