Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx: Fix LVDS mapping for Ventana GW52xx

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>

authored by

Tim Harvey and committed by
Shawn Guo
c5d2fbd0 b3253241

+21
+21
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
··· 454 454 455 455 &ldb { 456 456 status = "okay"; 457 + 458 + lvds-channel@0 { 459 + fsl,data-mapping = "spwg"; 460 + fsl,data-width = <18>; 461 + status = "okay"; 462 + 463 + display-timings { 464 + native-mode = <&timing0>; 465 + timing0: hsd100pxn1 { 466 + clock-frequency = <65000000>; 467 + hactive = <1024>; 468 + vactive = <768>; 469 + hback-porch = <220>; 470 + hfront-porch = <40>; 471 + vback-porch = <21>; 472 + vfront-porch = <7>; 473 + hsync-len = <60>; 474 + vsync-len = <10>; 475 + }; 476 + }; 477 + }; 457 478 }; 458 479 459 480 &pcie {