diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2011-06-22 00:43:39 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-20 10:17:27 -0400 |
commit | edd967b899a9ecc55409c7ea1eeeb0cf0a9077e2 (patch) | |
tree | 371aa53b327abf3cc76b5bb3427fdeeb46838f55 | |
parent | 0d8f6e04adba626e21b65f149e7ef38d7e9eceac (diff) |
ARM: EXYNOS4: Add FIMC device on Universal_C210
This patch adds definitions to enable support for s5p-fimc driver for
Universal C210 board.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/mach-exynos4/mach-universal_c210.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 1435fc31c4b2..32a96f41e0e3 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -153,6 +153,10 @@ config MACH_ARMLEX4210 | |||
153 | config MACH_UNIVERSAL_C210 | 153 | config MACH_UNIVERSAL_C210 |
154 | bool "Mobile UNIVERSAL_C210 Board" | 154 | bool "Mobile UNIVERSAL_C210 Board" |
155 | select CPU_EXYNOS4210 | 155 | select CPU_EXYNOS4210 |
156 | select S5P_DEV_FIMC0 | ||
157 | select S5P_DEV_FIMC1 | ||
158 | select S5P_DEV_FIMC2 | ||
159 | select S5P_DEV_FIMC3 | ||
156 | select S3C_DEV_HSMMC | 160 | select S3C_DEV_HSMMC |
157 | select S3C_DEV_HSMMC2 | 161 | select S3C_DEV_HSMMC2 |
158 | select S3C_DEV_HSMMC3 | 162 | select S3C_DEV_HSMMC3 |
diff --git a/arch/arm/mach-exynos4/mach-universal_c210.c b/arch/arm/mach-exynos4/mach-universal_c210.c index 97d329fff2cf..65f8d62e067f 100644 --- a/arch/arm/mach-exynos4/mach-universal_c210.c +++ b/arch/arm/mach-exynos4/mach-universal_c210.c | |||
@@ -608,6 +608,10 @@ static struct i2c_board_info i2c1_devs[] __initdata = { | |||
608 | 608 | ||
609 | static struct platform_device *universal_devices[] __initdata = { | 609 | static struct platform_device *universal_devices[] __initdata = { |
610 | /* Samsung Platform Devices */ | 610 | /* Samsung Platform Devices */ |
611 | &s5p_device_fimc0, | ||
612 | &s5p_device_fimc1, | ||
613 | &s5p_device_fimc2, | ||
614 | &s5p_device_fimc3, | ||
611 | &mmc0_fixed_voltage, | 615 | &mmc0_fixed_voltage, |
612 | &s3c_device_hsmmc0, | 616 | &s3c_device_hsmmc0, |
613 | &s3c_device_hsmmc2, | 617 | &s3c_device_hsmmc2, |