diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-08-31 02:52:27 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-02 19:42:21 -0400 |
commit | 6f8eb324a395da5bd0c0b113944f2906272e14bd (patch) | |
tree | 19005d79a0b9a9f146a170efeb1784933d86aa90 /arch/arm/mach-exynos4 | |
parent | 24f9e1f31471abbd2af62eb529deee90bad4c65c (diff) |
ARM: EXYNOS4: Add FIMC device on ORIGEN board
This patch adds definitions to enable support for s5p-fimc
driver on ORIGEN board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
[kgene.kim@samsung.com: re-ordering changes]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4')
-rw-r--r-- | arch/arm/mach-exynos4/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/mach-exynos4/mach-origen.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 3034a736f823..9c920b2acc36 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig | |||
@@ -224,6 +224,10 @@ config MACH_ORIGEN | |||
224 | select S3C_DEV_RTC | 224 | select S3C_DEV_RTC |
225 | select S3C_DEV_WDT | 225 | select S3C_DEV_WDT |
226 | select S3C_DEV_HSMMC2 | 226 | select S3C_DEV_HSMMC2 |
227 | select S5P_DEV_FIMC0 | ||
228 | select S5P_DEV_FIMC1 | ||
229 | select S5P_DEV_FIMC2 | ||
230 | select S5P_DEV_FIMC3 | ||
227 | select S5P_DEV_USB_EHCI | 231 | select S5P_DEV_USB_EHCI |
228 | select EXYNOS4_SETUP_SDHCI | 232 | select EXYNOS4_SETUP_SDHCI |
229 | select EXYNOS4_SETUP_USB_PHY | 233 | select EXYNOS4_SETUP_USB_PHY |
diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c index d101756ef7dc..7ac71878767b 100644 --- a/arch/arm/mach-exynos4/mach-origen.c +++ b/arch/arm/mach-exynos4/mach-origen.c | |||
@@ -96,6 +96,10 @@ static struct platform_device *origen_devices[] __initdata = { | |||
96 | &s3c_device_rtc, | 96 | &s3c_device_rtc, |
97 | &s3c_device_wdt, | 97 | &s3c_device_wdt, |
98 | &s5p_device_ehci, | 98 | &s5p_device_ehci, |
99 | &s5p_device_fimc0, | ||
100 | &s5p_device_fimc1, | ||
101 | &s5p_device_fimc2, | ||
102 | &s5p_device_fimc3, | ||
99 | }; | 103 | }; |
100 | 104 | ||
101 | static void __init origen_map_io(void) | 105 | static void __init origen_map_io(void) |