diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2018-03-08 09:11:54 +0100 |
---|---|---|
committer | Philippe Schenker <philippe.schenker@toradex.com> | 2019-05-09 11:13:53 +0200 |
commit | 0f404df48cd886cbf521e5173a4027d591b4153e (patch) | |
tree | 830c57f62d812353a8fe167fb013772c1ed325ad /arch/arm | |
parent | 8553885565abad6b5ac6e85a2921cbb62dbf79a4 (diff) |
arm: dts: apalis imx6: add timings for new 10 inch lvds
Add timings for LTTD1280800101-L4WH-CT1 panel used in the new
Capacitive Touch 10.1" LVDS display.
Note that the color mapping is to be set as follows:
fsl,data-mapping = "spwg";
fsl,data-width = <24>;
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-apalis.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi index f093b93ba54a..26c94bd64e51 100644 --- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi +++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi @@ -565,6 +565,22 @@ vsync-active = <0>; pixelclk-active = <0>; }; + /* LTTD1280800101-L4WH-CT1, note that it needs + fsl,data-mapping = "spwg"; fsl,data-width = <24>; */ + timing_wxga1: 1280x800-1 { + clock-frequency = <71100000>; + hactive = <1280>; + vactive = <800>; + hback-porch = <60>; + hfront-porch = <60>; + vback-porch = <7>; + vfront-porch = <7>; + hsync-len = <40>; + vsync-len = <9>; + hsync-active = <0>; + vsync-active = <0>; + pixelclk-active = <0>; + }; timing_fullhd: 1920x1080 { clock-frequency = <138500000>; hactive = <1920>; |