summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-icore.dts
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-03-14 15:18:13 +0530
committerShawn Guo <shawnguo@kernel.org>2017-04-10 16:16:09 +0800
commit7fdebe492e26b05bd43048d7250fd27f8ac26923 (patch)
treee5d18e91bb786a36f18275937db45747dc69edc2 /arch/arm/boot/dts/imx6q-icore.dts
parent4ae366fdceb9ad5e9efd675e855a94d342931699 (diff)
ARM: dts: imx6q-icore: Add LVDS support
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> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-icore.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-icore.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-icore.dts b/arch/arm/boot/dts/imx6q-icore.dts
index 59eb7adc2472..73f34d15cbe9 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 = <&timing0>;
+ timing0: timing0 {
+ 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>;
+ };
+ };
+ };
+};