Skip to content

Commit

Permalink
ARM: dts: add multimedia nodes for exynos4210-universal_c210
Browse files Browse the repository at this point in the history
This patch enables support for multimedia blocks - fimc in
mem2mem mode, no camera sensors support yet.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Marek Szyprowski authored and Kukjin Kim committed May 22, 2014
1 parent 45e5848 commit 9afc343
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions arch/arm/boot/dts/exynos4210-universal_c210.dts
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,29 @@
compatible = "samsung,s5p6440-pwm";
status = "okay";
};

camera {
status = "okay";

pinctrl-names = "default";
pinctrl-0 = <>;

fimc_0: fimc@11800000 {
status = "okay";
};

fimc_1: fimc@11810000 {
status = "okay";
};

fimc_2: fimc@11820000 {
status = "okay";
};

fimc_3: fimc@11830000 {
status = "okay";
};
};
};

&mdma1 {
Expand Down

0 comments on commit 9afc343

Please sign in to comment.