This patch adds device tree node for the display controller present on
S3C64xx SoCs.

Signed-off-by: Tomasz Figa <tomasz.f...@gmail.com>
---
 arch/arm/boot/dts/s3c64xx.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/s3c64xx.dtsi b/arch/arm/boot/dts/s3c64xx.dtsi
index 4e3be4d..6fe1042 100644
--- a/arch/arm/boot/dts/s3c64xx.dtsi
+++ b/arch/arm/boot/dts/s3c64xx.dtsi
@@ -18,6 +18,7 @@
 
 #include "skeleton.dtsi"
 #include <dt-bindings/clock/samsung,s3c64xx-clock.h>
+#include <dt-bindings/arm/s3c64xx-power-domains.h>
 
 / {
        aliases {
@@ -56,6 +57,18 @@
                        #interrupt-cells = <1>;
                };
 
+               fimd: display@77100000 {
+                       compatible = "samsung,s3c6400-fimd";
+                       reg = <0x77100000 0x1000>;
+                       interrupt-parent = <&vic0>;
+                       interrupts = <29>, <30>, <31>;
+                       interrupt-names = "fifo", "vsync", "lcd_sys";
+                       clocks = <&clocks HCLK_LCD>, <&clocks SCLK_LCD>;
+                       clock-names = "fimd", "sclk_fimd";
+                       power-domain = <&clocks DOMAIN_F>;
+                       status = "disabled";
+               };
+
                sdhci0: sdhci@7c200000 {
                        compatible = "samsung,s3c6410-sdhci";
                        reg = <0x7c200000 0x100>;
-- 
1.8.5.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" 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