Browse Source

ARM: dts: Add FIMD node to exynos5

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>
Leela Krishna Amudala 12 years ago
parent
commit
a7389cb14a
1 changed files with 10 additions and 0 deletions
  1. 10 0
      arch/arm/boot/dts/exynos5250.dtsi

+ 10 - 0
arch/arm/boot/dts/exynos5250.dtsi

@@ -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";
+	};
 };