Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1371218 > unrolled thread
| Started by | Stefan Agner <stefan@agner.ch> |
|---|---|
| First post | 2016-04-05 07:30 +0200 |
| Last post | 2016-04-13 08:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v3 7/9] ARM: dts: vf610: add display nodes Stefan Agner <stefan@agner.ch> - 2016-04-05 07:30 +0200
Re: [PATCH v3 7/9] ARM: dts: vf610: add display nodes Shawn Guo <shawnguo@kernel.org> - 2016-04-13 08:20 +0200
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2016-04-05 07:30 +0200 |
| Subject | [PATCH v3 7/9] ARM: dts: vf610: add display nodes |
| Message-ID | <rkrIS-6Ag-21@gated-at.bofh.it> |
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 <stefan@agner.ch>
---
arch/arm/boot/dts/vfxxx.dtsi | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index a9ceb5b..78e24c6 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -234,6 +234,14 @@
<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>;
@@ -339,6 +347,17 @@
status = "disabled";
};
+ dcu0: dcu@40058000 {
+ compatible = "fsl,vf610-dcu";
+ reg = <0x40058000 0x1200>;
+ interrupts = <30 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks VF610_CLK_DCU0>,
+ <&clks VF610_CLK_DCU0_DIV>;
+ clock-names = "dcu", "pix";
+ fsl,tcon = <&tcon0>;
+ status = "disabled";
+ };
+
i2c0: i2c@40066000 {
#address-cells = <1>;
#size-cells = <0>;
--
2.7.4
[toc] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2016-04-13 08:20 +0200 |
| Message-ID | <rnmjE-4Uv-9@gated-at.bofh.it> |
| In reply to | #1371218 |
On Mon, Apr 04, 2016 at 10:28:39PM -0700, Stefan Agner wrote: > 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 <stefan@agner.ch> Applied 7 ~ 9, thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web