OSDN Git Service

ARM: dts: imx: Fix LVDS mapping for Ventana GW52xx
authorTim Harvey <tharvey@gateworks.com>
Thu, 1 May 2014 06:34:04 +0000 (23:34 -0700)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:02:07 +0000 (23:02 +0800)
The GW52xx supports LVDS on channel 0. Remove the obsolete crtcs node and
add display timings for the HanStar HSD100PXN1 display.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi

index 62f533a..367af3e 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>;
+                       };
+               };
+       };
 };
 
 &pcie {