Skip to content

Commit

Permalink
ARM: dts: add fimd device support for exynos3250-rinato
Browse files Browse the repository at this point in the history
This patch adds fimd device node which is a display controller
for Exynos3250 Rinato board.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
  • Loading branch information
Inki Dae authored and Kukjin Kim committed Jan 12, 2015
1 parent 13b9b64 commit b59b3af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/exynos3250-rinato.dts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@
status = "okay";
};

&fimd {
status = "okay";

i80-if-timings {
cs-setup = <0>;
wr-setup = <0>;
wr-act = <1>;
wr-hold = <0>;
};
};

&i2c_0 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit b59b3af

Please sign in to comment.