aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/include/plat/fimc-core.h
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2011-03-12 08:58:01 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-03-12 08:58:01 +0900
commit604eefeb2308cda72325fd8754aecb55075ae866 (patch)
tree0377fa607c223a072739327ff8f7df841344ee8b /arch/arm/plat-samsung/include/plat/fimc-core.h
parentARM: S5P: Update defconfig for HRT support (diff)
downloadlinux-dev-604eefeb2308cda72325fd8754aecb55075ae866.tar.xz
linux-dev-604eefeb2308cda72325fd8754aecb55075ae866.zip
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/plat-samsung/include/plat/fimc-core.h')
-rw-r--r--arch/arm/plat-samsung/include/plat/fimc-core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/fimc-core.h b/arch/arm/plat-samsung/include/plat/fimc-core.h
index 81a3bfeeccad..945a99d59563 100644
--- a/arch/arm/plat-samsung/include/plat/fimc-core.h
+++ b/arch/arm/plat-samsung/include/plat/fimc-core.h
@@ -38,6 +38,11 @@ static inline void s3c_fimc_setname(int id, char *name)
s5p_device_fimc2.name = name;
break;
#endif
+#ifdef CONFIG_S5P_DEV_FIMC3
+ case 3:
+ s5p_device_fimc3.name = name;
+ break;
+#endif
}
}