diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2011-07-20 08:08:18 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-20 10:39:17 -0400 |
commit | 0e9e52655dd1e44578284236a85c8bc93ca0d5db (patch) | |
tree | 3472946b93c1da05c5f1f25c6878977881f054bf /arch/arm/mach-exynos4/include/mach/map.h | |
parent | 67dcaec8d62ab751dbd1d5f9b3f3c1ce4205edf5 (diff) |
ARM: EXYNOS4: Support ADC
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h index 36773561f54e..0e0016fad20f 100644 --- a/arch/arm/mach-exynos4/include/mach/map.h +++ b/arch/arm/mach-exynos4/include/mach/map.h | |||
@@ -110,6 +110,9 @@ | |||
110 | 110 | ||
111 | #define EXYNOS4_PA_IIC(x) (0x13860000 + ((x) * 0x10000)) | 111 | #define EXYNOS4_PA_IIC(x) (0x13860000 + ((x) * 0x10000)) |
112 | 112 | ||
113 | #define EXYNOS4_PA_ADC 0x13910000 | ||
114 | #define EXYNOS4_PA_ADC1 0x13911000 | ||
115 | |||
113 | #define EXYNOS4_PA_AC97 0x139A0000 | 116 | #define EXYNOS4_PA_AC97 0x139A0000 |
114 | 117 | ||
115 | #define EXYNOS4_PA_SPDIF 0x139B0000 | 118 | #define EXYNOS4_PA_SPDIF 0x139B0000 |
@@ -132,6 +135,8 @@ | |||
132 | #define S3C_PA_IIC5 EXYNOS4_PA_IIC(5) | 135 | #define S3C_PA_IIC5 EXYNOS4_PA_IIC(5) |
133 | #define S3C_PA_IIC6 EXYNOS4_PA_IIC(6) | 136 | #define S3C_PA_IIC6 EXYNOS4_PA_IIC(6) |
134 | #define S3C_PA_IIC7 EXYNOS4_PA_IIC(7) | 137 | #define S3C_PA_IIC7 EXYNOS4_PA_IIC(7) |
138 | #define SAMSUNG_PA_ADC EXYNOS4_PA_ADC | ||
139 | #define SAMSUNG_PA_ADC1 EXYNOS4_PA_ADC1 | ||
135 | #define S3C_PA_RTC EXYNOS4_PA_RTC | 140 | #define S3C_PA_RTC EXYNOS4_PA_RTC |
136 | #define S3C_PA_WDT EXYNOS4_PA_WATCHDOG | 141 | #define S3C_PA_WDT EXYNOS4_PA_WATCHDOG |
137 | 142 | ||