diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-05-01 02:34:04 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 11:02:07 -0400 |
commit | c5d2fbd0fd3a813517095fbc59339ed1003da79f (patch) | |
tree | 746402e9e7f6a0e8d1b718d8565ceca4043d7b7d /arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | |
parent | b3253241fd37a45fae2b25a2892145bed323d224 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw52xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi index 62f533ab3693..367af3ec9435 100644 --- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | |||
@@ -454,6 +454,27 @@ | |||
454 | 454 | ||
455 | &ldb { | 455 | &ldb { |
456 | status = "okay"; | 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 | &pcie { | 480 | &pcie { |