diff options
Diffstat (limited to 'arch/arm/mach-s5p6440/include/mach/map.h')
-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 8246895d397..d0124f39a98 100644 --- a/arch/arm/mach-s5p6440/include/mach/map.h +++ b/arch/arm/mach-s5p6440/include/mach/map.h | |||
@@ -72,8 +72,11 @@ | |||
72 | /* PCM */ | 72 | /* PCM */ |
73 | #define S5P6440_PA_PCM 0xF2100000 | 73 | #define S5P6440_PA_PCM 0xF2100000 |
74 | 74 | ||
75 | #define S5P6440_PA_ADC (0xF3000000) | ||
76 | |||
75 | /* compatibiltiy defines. */ | 77 | /* compatibiltiy defines. */ |
76 | #define S3C_PA_UART S5P6440_PA_UART | 78 | #define S3C_PA_UART S5P6440_PA_UART |
77 | #define S3C_PA_IIC S5P6440_PA_IIC0 | 79 | #define S3C_PA_IIC S5P6440_PA_IIC0 |
80 | #define SAMSUNG_PA_ADC S5P6440_PA_ADC | ||
78 | 81 | ||
79 | #endif /* __ASM_ARCH_MAP_H */ | 82 | #endif /* __ASM_ARCH_MAP_H */ |