Skip to content

Commit

Permalink
ARM: dts: Add FIMD node to exynos5
Browse files Browse the repository at this point in the history
This adds common FIMD device node for all Exynos5 SoCs

Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Leela Krishna Amudala authored and Kukjin Kim committed Apr 8, 2013
1 parent 3279dd3 commit a7389cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -602,4 +602,14 @@
samsung,enable-mask = <1>;
};
};

fimd {
compatible = "samsung,exynos5250-fimd";
interrupt-parent = <&combiner>;
reg = <0x14400000 0x40000>;
interrupt-names = "fifo", "vsync", "lcd_sys";
interrupts = <18 4>, <18 5>, <18 6>;
clocks = <&clock 133>, <&clock 339>;
clock-names = "sclk_fimd", "fimd";
};
};

0 comments on commit a7389cb

Please sign in to comment.