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/cpu.c | |
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/cpu.c')
-rw-r--r-- | arch/arm/mach-s5pv210/cpu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/cpu.c b/arch/arm/mach-s5pv210/cpu.c index 68317a4170cf..1acf9ac7ad35 100644 --- a/arch/arm/mach-s5pv210/cpu.c +++ b/arch/arm/mach-s5pv210/cpu.c | |||
@@ -33,6 +33,7 @@ | |||
33 | #include <plat/clock.h> | 33 | #include <plat/clock.h> |
34 | #include <plat/s5pv210.h> | 34 | #include <plat/s5pv210.h> |
35 | #include <plat/adc-core.h> | 35 | #include <plat/adc-core.h> |
36 | #include <plat/fimc-core.h> | ||
36 | #include <plat/iic-core.h> | 37 | #include <plat/iic-core.h> |
37 | #include <plat/sdhci.h> | 38 | #include <plat/sdhci.h> |
38 | 39 | ||
@@ -90,6 +91,10 @@ void __init s5pv210_map_io(void) | |||
90 | s3c_i2c0_setname("s3c2440-i2c"); | 91 | s3c_i2c0_setname("s3c2440-i2c"); |
91 | s3c_i2c1_setname("s3c2440-i2c"); | 92 | s3c_i2c1_setname("s3c2440-i2c"); |
92 | s3c_i2c2_setname("s3c2440-i2c"); | 93 | s3c_i2c2_setname("s3c2440-i2c"); |
94 | |||
95 | s3c_fimc_setname(0, "s5pv210-fimc"); | ||
96 | s3c_fimc_setname(1, "s5pv210-fimc"); | ||
97 | s3c_fimc_setname(2, "s5pv210-fimc"); | ||
93 | } | 98 | } |
94 | 99 | ||
95 | void __init s5pv210_init_clocks(int xtal) | 100 | void __init s5pv210_init_clocks(int xtal) |