ARM: dts: vf610: add display nodes
authorStefan Agner <stefan@agner.ch>
Wed, 2 Dec 2015 22:30:48 +0000 (14:30 -0800)
committerStefan Agner <stefan@agner.ch>
Wed, 3 Feb 2016 01:07:50 +0000 (17:07 -0800)
Add the dcu and tcon nodes to enable the Display Controller Unit
and Timing Controller in Vybrid's SoC level device-tree file.

arch/arm/boot/dts/vfxxx.dtsi

index 3cd1b27f269780b99d1dbc4af64644bcaa45cce5..15ad0f8ad6e7948f4c7b75cb88ffcabd25bf40e5 100644 (file)
                                                        <20000000>;
                        };
 
+                       tcon0: timing-controller@4003d000 {
+                               compatible = "fsl,vf610-tcon";
+                               reg = <0x4003d000 0x1000>;
+                               clocks = <&clks VF610_CLK_TCON0>;
+                               clock-names = "ipg";
+                               status = "disabled";
+                       };
+
                        wdoga5: wdog@4003e000 {
                                compatible = "fsl,vf610-wdt", "fsl,imx21-wdt";
                                reg = <0x4003e000 0x1000>;
                                status = "disabled";
                        };
 
+                       dcu0: dcu@40058000 {
+                               compatible = "fsl,vf610-dcu";
+                               reg = <0x40058000 0x1200>;
+                               interrupts = <30 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&clks VF610_CLK_DCU0>;
+                               clock-names = "dcu";
+                               fsl,tcon = <&tcon0>;
+                               status = "disabled";
+                       };
+
                        i2c0: i2c@40066000 {
                                #address-cells = <1>;
                                #size-cells = <0>;