diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-03-09 11:19:33 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-11 01:32:28 -0500 |
commit | 89b96198ecfcd3e2965a266de5f95576f7353b1a (patch) | |
tree | d977d62252c6214813d4c655622ad81322b4ba66 /arch/arm/mach-s5pv210/include | |
parent | 965a330dd5624719b2305b5429d1eedc0417713b (diff) |
ARM: S5PV210: Add JPEG board definition
Adds JPEG board definition to S5PV210 machine
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index 89c34b8f73bf..b7c8a1917ffc 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -90,6 +90,8 @@ | |||
90 | #define S5PV210_PA_FIMC1 0xFB300000 | 90 | #define S5PV210_PA_FIMC1 0xFB300000 |
91 | #define S5PV210_PA_FIMC2 0xFB400000 | 91 | #define S5PV210_PA_FIMC2 0xFB400000 |
92 | 92 | ||
93 | #define S5PV210_PA_JPEG 0xFB600000 | ||
94 | |||
93 | #define S5PV210_PA_SDO 0xF9000000 | 95 | #define S5PV210_PA_SDO 0xF9000000 |
94 | #define S5PV210_PA_VP 0xF9100000 | 96 | #define S5PV210_PA_VP 0xF9100000 |
95 | #define S5PV210_PA_MIXER 0xF9200000 | 97 | #define S5PV210_PA_MIXER 0xF9200000 |
@@ -132,6 +134,8 @@ | |||
132 | #define S5P_PA_SYSCON S5PV210_PA_SYSCON | 134 | #define S5P_PA_SYSCON S5PV210_PA_SYSCON |
133 | #define S5P_PA_TIMER S5PV210_PA_TIMER | 135 | #define S5P_PA_TIMER S5PV210_PA_TIMER |
134 | 136 | ||
137 | #define S5P_PA_JPEG S5PV210_PA_JPEG | ||
138 | |||
135 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC | 139 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC |
136 | #define SAMSUNG_PA_CFCON S5PV210_PA_CFCON | 140 | #define SAMSUNG_PA_CFCON S5PV210_PA_CFCON |
137 | #define SAMSUNG_PA_KEYPAD S5PV210_PA_KEYPAD | 141 | #define SAMSUNG_PA_KEYPAD S5PV210_PA_KEYPAD |