ARM: dts: imx6q-sabrelite: Add LVDS support
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 28 Aug 2013 02:33:37 +0000 (23:33 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 26 Sep 2013 05:01:32 +0000 (13:01 +0800)
imx6q-sabrelite board can be connected to a 1024x768 Hannstar LVDS panel.

Add support for it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6q-sabrelite.dts

index b96a72ee52970e1bd60ca7cfbab330f94ae0aa82..e1c1777a80d5d5294f7b2f43ee63d29a3f85efc8 100644 (file)
        };
 };
 
+&ldb {
+       status = "okay";
+
+       lvds-channel@0 {
+               fsl,data-mapping = "spwg";
+               fsl,data-width = <18>;
+               status = "okay";
+
+               display-timings {
+                       native-mode = <&timing0>;
+                       timing0: hsd100pxn1 {
+                               clock-frequency = <65000000>;
+                               hactive = <1024>;
+                               vactive = <768>;
+                               hback-porch = <220>;
+                               hfront-porch = <40>;
+                               vback-porch = <21>;
+                               vfront-porch = <7>;
+                               hsync-len = <60>;
+                               vsync-len = <10>;
+                       };
+               };
+       };
+};
+
 &sata {
        status = "okay";
 };
This page took 0.027255 seconds and 5 git commands to generate.