This patch adds fimd device node to exynos4415.dtsi.

Signed-off-by: YoungJun Cho <yj44....@samsung.com>
Acked-by: Kyungmin Park <kyungmin.p...@samsung.com>
---
 arch/arm/boot/dts/exynos4415.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4415.dtsi 
b/arch/arm/boot/dts/exynos4415.dtsi
index c1c9b37..30acb3a 100644
--- a/arch/arm/boot/dts/exynos4415.dtsi
+++ b/arch/arm/boot/dts/exynos4415.dtsi
@@ -234,6 +234,18 @@
                        interrupts = <0 240 0>;
                };
 
+               fimd: fimd@11C00000 {
+                       compatible = "samsung,exynos4415-fimd";
+                       reg = <0x11C00000 0x30000>;
+                       interrupt-names = "fifo", "vsync", "lcd_sys";
+                       interrupts = <0 84 0>, <0 85 0>, <0 86 0>;
+                       clocks = <&cmu CLK_SCLK_FIMD0>, <&cmu CLK_FIMD0>;
+                       clock-names = "sclk_fimd", "fimd";
+                       samsung,power-domain = <&pd_lcd0>;
+                       samsung,sysreg = <&sysreg_system_controller>;
+                       status = "disabled";
+               };
+
                hsotg: hsotg@12480000 {
                        compatible = "samsung,s3c6400-hsotg";
                        reg = <0x12480000 0x20000>;
-- 
1.9.0

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to