diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2010-08-05 05:16:31 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-06 08:28:35 -0400 |
commit | 33c14ff838c3617616112b6dd833f2d7b70d6224 (patch) | |
tree | 0e26cd9729b98a90356859789c5006f48cf5a124 /arch/arm/mach-s5pv210/include | |
parent | 290d0983b86f6243beffaa3ddb02c14adc30f02a (diff) |
ARM: SAMSUNG: Add platform definitions and helpers for FIMC driver
FIMC (CAMIF) device is a camera interface embedded in S3C/S5P Samsung
SOC series. It supports ITU-R BT.601/656 and MIPI-CSI2 standards,
memory to memory operations, color conversion, resizing and rotation.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index 34eb168ec950..69210bf76c47 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -60,6 +60,10 @@ | |||
60 | 60 | ||
61 | #define S5PV210_PA_FB (0xF8000000) | 61 | #define S5PV210_PA_FB (0xF8000000) |
62 | 62 | ||
63 | #define S5PV210_PA_FIMC0 (0xFB200000) | ||
64 | #define S5PV210_PA_FIMC1 (0xFB300000) | ||
65 | #define S5PV210_PA_FIMC2 (0xFB400000) | ||
66 | |||
63 | #define S5PV210_PA_HSMMC(x) (0xEB000000 + ((x) * 0x100000)) | 67 | #define S5PV210_PA_HSMMC(x) (0xEB000000 + ((x) * 0x100000)) |
64 | 68 | ||
65 | #define S5PV210_PA_VIC0 (0xF2000000) | 69 | #define S5PV210_PA_VIC0 (0xF2000000) |
@@ -102,6 +106,9 @@ | |||
102 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 | 106 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 |
103 | #define S3C_PA_FB S5PV210_PA_FB | 107 | #define S3C_PA_FB S5PV210_PA_FB |
104 | #define S3C_PA_WDT S5PV210_PA_WATCHDOG | 108 | #define S3C_PA_WDT S5PV210_PA_WATCHDOG |
109 | #define S5P_PA_FIMC0 S5PV210_PA_FIMC0 | ||
110 | #define S5P_PA_FIMC1 S5PV210_PA_FIMC1 | ||
111 | #define S5P_PA_FIMC2 S5PV210_PA_FIMC2 | ||
105 | 112 | ||
106 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC | 113 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC |
107 | 114 | ||