aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2013-08-05 13:49:45 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-08-06 12:08:23 -0400
commit39a11311a797cc9f9ff55889f8b0982c8bc72177 (patch)
tree6e069b51486b2f2024e02c3cf8a444022f81638d /arch
parent54a8896a6d9fc10b6503f79f5e31fd23ab19d6a4 (diff)
ARM: dts: Add FIMC nodes for Exynos4210 Trats board
Enable FIMC devices on the Trats board. This allows using the device in memory-to-memory mode only. The camera port pinctrl property is now empty and will be updated while support for the camera sensors is added. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos4210-trats.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts
index 94eebffe3044..199ff1e86a7c 100644
--- a/arch/arm/boot/dts/exynos4210-trats.dts
+++ b/arch/arm/boot/dts/exynos4210-trats.dts
@@ -301,4 +301,26 @@
301 clock-frequency = <24000000>; 301 clock-frequency = <24000000>;
302 }; 302 };
303 }; 303 };
304
305 camera {
306 pinctrl-names = "default";
307 pinctrl-0 = <>;
308 status = "okay";
309
310 fimc_0: fimc@11800000 {
311 status = "okay";
312 };
313
314 fimc_1: fimc@11810000 {
315 status = "okay";
316 };
317
318 fimc_2: fimc@11820000 {
319 status = "okay";
320 };
321
322 fimc_3: fimc@11830000 {
323 status = "okay";
324 };
325 };
304}; 326};