diff options
Diffstat (limited to 'arch/arm/mach-s5p6440/include/mach')
-rw-r--r-- | arch/arm/mach-s5p6440/include/mach/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6440/include/mach/map.h b/arch/arm/mach-s5p6440/include/mach/map.h index 72aedadd412c..13c1ee718d30 100644 --- a/arch/arm/mach-s5p6440/include/mach/map.h +++ b/arch/arm/mach-s5p6440/include/mach/map.h | |||
@@ -69,8 +69,11 @@ | |||
69 | /* PCM */ | 69 | /* PCM */ |
70 | #define S5P6440_PA_PCM 0xF2100000 | 70 | #define S5P6440_PA_PCM 0xF2100000 |
71 | 71 | ||
72 | #define S5P6440_PA_ADC (0xF3000000) | ||
73 | |||
72 | /* compatibiltiy defines. */ | 74 | /* compatibiltiy defines. */ |
73 | #define S3C_PA_UART S5P6440_PA_UART | 75 | #define S3C_PA_UART S5P6440_PA_UART |
74 | #define S3C_PA_IIC S5P6440_PA_IIC0 | 76 | #define S3C_PA_IIC S5P6440_PA_IIC0 |
77 | #define SAMSUNG_PA_ADC S5P6440_PA_ADC | ||
75 | 78 | ||
76 | #endif /* __ASM_ARCH_MAP_H */ | 79 | #endif /* __ASM_ARCH_MAP_H */ |