Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1584871 > unrolled thread

[PATCH v2 4/4] arm: dts: imx6q-icore: Add LVDS support

Started byJagan Teki <jagan@openedev.com>
First post2017-02-20 21:10 +0100
Last post2017-02-20 21:10 +0100
Articles 1 — 1 participant

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.


Contents

  [PATCH v2 4/4] arm: dts: imx6q-icore: Add LVDS support Jagan Teki <jagan@openedev.com> - 2017-02-20 21:10 +0100

#1584871 — [PATCH v2 4/4] arm: dts: imx6q-icore: Add LVDS support

FromJagan Teki <jagan@openedev.com>
Date2017-02-20 21:10 +0100
Subject[PATCH v2 4/4] arm: dts: imx6q-icore: Add LVDS support
Message-ID<td2rw-OT-7@gated-at.bofh.it>
Add LVDS display support for OpenFrame Capacitive touch 7 inc
display which is supported by Engicam i.CoreM6 QDL Starter Kit.

Cc: Domenico Acri <domenico.acri@engicam.com>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Jagan Teki <jagan@openedev.com>
---
Changes for v2:
- newly added patch

 arch/arm/boot/dts/imx6q-icore.dts | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/arch/arm/boot/dts/imx6q-icore.dts b/arch/arm/boot/dts/imx6q-icore.dts
index 59eb7ad..e6216da 100644
--- a/arch/arm/boot/dts/imx6q-icore.dts
+++ b/arch/arm/boot/dts/imx6q-icore.dts
@@ -57,3 +57,28 @@
 &can2 {
 	status = "okay";
 };
+
+&ldb {
+	status = "okay";
+
+	lvds-channel@0 {
+		fsl,data-mapping = "spwg";
+		fsl,data-width = <18>;
+		status = "okay";
+
+		display-timings {
+                        native-mode = <&timing1>;
+                        timing1: hsd100pxn1 {
+                                clock-frequency = <60000000>;
+                                hactive = <800>;
+                                vactive = <480>;
+                                hback-porch = <30>;
+                                hfront-porch = <30>;
+                                vback-porch = <5>;
+                                vfront-porch = <5>;
+                                hsync-len = <64>;
+                                vsync-len = <20>;
+                        };
+                };
+	};
+};
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web