aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/map.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/map.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h
index 05ff1870677..c754a22a2bb 100644
--- a/arch/arm/mach-exynos/include/mach/map.h
+++ b/arch/arm/mach-exynos/include/mach/map.h
@@ -157,7 +157,6 @@
157#define S3C_PA_SPI1 EXYNOS4_PA_SPI1 157#define S3C_PA_SPI1 EXYNOS4_PA_SPI1
158#define S3C_PA_SPI2 EXYNOS4_PA_SPI2 158#define S3C_PA_SPI2 EXYNOS4_PA_SPI2
159 159
160#define S5P_PA_CHIPID EXYNOS4_PA_CHIPID
161#define S5P_PA_EHCI EXYNOS4_PA_EHCI 160#define S5P_PA_EHCI EXYNOS4_PA_EHCI
162#define S5P_PA_FIMC0 EXYNOS4_PA_FIMC0 161#define S5P_PA_FIMC0 EXYNOS4_PA_FIMC0
163#define S5P_PA_FIMC1 EXYNOS4_PA_FIMC1 162#define S5P_PA_FIMC1 EXYNOS4_PA_FIMC1
@@ -174,26 +173,17 @@
174#define S5P_PA_ONENAND_DMA EXYNOS4_PA_ONENAND_DMA 173#define S5P_PA_ONENAND_DMA EXYNOS4_PA_ONENAND_DMA
175#define S5P_PA_SDO EXYNOS4_PA_SDO 174#define S5P_PA_SDO EXYNOS4_PA_SDO
176#define S5P_PA_SDRAM EXYNOS4_PA_SDRAM 175#define S5P_PA_SDRAM EXYNOS4_PA_SDRAM
177#define S5P_PA_SROMC EXYNOS4_PA_SROMC
178#define S5P_PA_SYSCON EXYNOS4_PA_SYSCON
179#define S5P_PA_TIMER EXYNOS4_PA_TIMER
180#define S5P_PA_VP EXYNOS4_PA_VP 176#define S5P_PA_VP EXYNOS4_PA_VP
181 177
182#define SAMSUNG_PA_ADC EXYNOS4_PA_ADC 178#define SAMSUNG_PA_ADC EXYNOS4_PA_ADC
183#define SAMSUNG_PA_ADC1 EXYNOS4_PA_ADC1 179#define SAMSUNG_PA_ADC1 EXYNOS4_PA_ADC1
184#define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD 180#define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD
185 181
186#define EXYNOS_PA_COMBINER EXYNOS4_PA_COMBINER
187#define EXYNOS_PA_GIC_CPU EXYNOS4_PA_GIC_CPU
188#define EXYNOS_PA_GIC_DIST EXYNOS4_PA_GIC_DIST
189#define EXYNOS_PA_PMU EXYNOS4_PA_PMU
190#define EXYNOS_PA_SYSTIMER EXYNOS4_PA_SYSTIMER
191
192/* Compatibility UART */ 182/* Compatibility UART */
193 183
194#define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET)) 184#define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET))
195 185
196#define S5P_PA_UART(x) (S3C_PA_UART + ((x) * S3C_UART_OFFSET)) 186#define S5P_PA_UART(x) (EXYNOS4_PA_UART + ((x) * S3C_UART_OFFSET))
197#define S5P_PA_UART0 S5P_PA_UART(0) 187#define S5P_PA_UART0 S5P_PA_UART(0)
198#define S5P_PA_UART1 S5P_PA_UART(1) 188#define S5P_PA_UART1 S5P_PA_UART(1)
199#define S5P_PA_UART2 S5P_PA_UART(2) 189#define S5P_PA_UART2 S5P_PA_UART(2)