Skip to content

Commit 1d0fc33

Browse files
agnersShawn Guo
authored andcommitted
ARM: dts: vf610: add display nodes
Add the dcu and tcon nodes to enable the Display Controller Unit and Timing Controller in Vybrid's SoC level device-tree file. Signed-off-by: Stefan Agner <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 5635495 commit 1d0fc33

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

arch/arm/boot/dts/vfxxx.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,14 @@
310310
<20000000>;
311311
};
312312

313+
tcon0: timing-controller@4003d000 {
314+
compatible = "fsl,vf610-tcon";
315+
reg = <0x4003d000 0x1000>;
316+
clocks = <&clks VF610_CLK_TCON0>;
317+
clock-names = "ipg";
318+
status = "disabled";
319+
};
320+
313321
wdoga5: wdog@4003e000 {
314322
compatible = "fsl,vf610-wdt", "fsl,imx21-wdt";
315323
reg = <0x4003e000 0x1000>;
@@ -415,6 +423,17 @@
415423
status = "disabled";
416424
};
417425

426+
dcu0: dcu@40058000 {
427+
compatible = "fsl,vf610-dcu";
428+
reg = <0x40058000 0x1200>;
429+
interrupts = <30 IRQ_TYPE_LEVEL_HIGH>;
430+
clocks = <&clks VF610_CLK_DCU0>,
431+
<&clks VF610_CLK_DCU0_DIV>;
432+
clock-names = "dcu", "pix";
433+
fsl,tcon = <&tcon0>;
434+
status = "disabled";
435+
};
436+
418437
i2c0: i2c@40066000 {
419438
#address-cells = <1>;
420439
#size-cells = <0>;

0 commit comments

Comments
 (0)