diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2011-03-11 18:58:01 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-11 18:58:01 -0500 |
commit | 604eefeb2308cda72325fd8754aecb55075ae866 (patch) | |
tree | 0377fa607c223a072739327ff8f7df841344ee8b /arch/arm/mach-exynos4/include/mach/map.h | |
parent | 9e65bbf21371ea6705acd88229c8a7439f46e25e (diff) |
ARM: S5P: Add platform definitions for FIMC3
Add support for fourth FIMC platform device definition and define
resources for FIMC modules on EXYNOS4 machines.
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-exynos4/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/map.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h index 89ab6f75776c..4f50b07a376a 100644 --- a/arch/arm/mach-exynos4/include/mach/map.h +++ b/arch/arm/mach-exynos4/include/mach/map.h | |||
@@ -25,6 +25,11 @@ | |||
25 | 25 | ||
26 | #define EXYNOS4_PA_SYSRAM 0x02020000 | 26 | #define EXYNOS4_PA_SYSRAM 0x02020000 |
27 | 27 | ||
28 | #define EXYNOS4_PA_FIMC0 0x11800000 | ||
29 | #define EXYNOS4_PA_FIMC1 0x11810000 | ||
30 | #define EXYNOS4_PA_FIMC2 0x11820000 | ||
31 | #define EXYNOS4_PA_FIMC3 0x11830000 | ||
32 | |||
28 | #define EXYNOS4_PA_I2S0 0x03830000 | 33 | #define EXYNOS4_PA_I2S0 0x03830000 |
29 | #define EXYNOS4_PA_I2S1 0xE3100000 | 34 | #define EXYNOS4_PA_I2S1 0xE3100000 |
30 | #define EXYNOS4_PA_I2S2 0xE2A00000 | 35 | #define EXYNOS4_PA_I2S2 0xE2A00000 |
@@ -120,6 +125,10 @@ | |||
120 | #define S3C_PA_WDT EXYNOS4_PA_WATCHDOG | 125 | #define S3C_PA_WDT EXYNOS4_PA_WATCHDOG |
121 | 126 | ||
122 | #define S5P_PA_CHIPID EXYNOS4_PA_CHIPID | 127 | #define S5P_PA_CHIPID EXYNOS4_PA_CHIPID |
128 | #define S5P_PA_FIMC0 EXYNOS4_PA_FIMC0 | ||
129 | #define S5P_PA_FIMC1 EXYNOS4_PA_FIMC1 | ||
130 | #define S5P_PA_FIMC2 EXYNOS4_PA_FIMC2 | ||
131 | #define S5P_PA_FIMC3 EXYNOS4_PA_FIMC3 | ||
123 | #define S5P_PA_MIPI_CSIS0 EXYNOS4_PA_MIPI_CSIS0 | 132 | #define S5P_PA_MIPI_CSIS0 EXYNOS4_PA_MIPI_CSIS0 |
124 | #define S5P_PA_MIPI_CSIS1 EXYNOS4_PA_MIPI_CSIS1 | 133 | #define S5P_PA_MIPI_CSIS1 EXYNOS4_PA_MIPI_CSIS1 |
125 | #define S5P_PA_ONENAND EXYNOS4_PA_ONENAND | 134 | #define S5P_PA_ONENAND EXYNOS4_PA_ONENAND |