From f73d8b1caf5b6b837ed39e2bdd60040163d43c56 Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Tue, 26 May 2020 13:23:43 +0300 Subject: overlays: add initial overlays Naming format: __overlay.dts Signed-off-by: Igor Opaniuk --- overlays/display-lt170410_overlay.dts | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 overlays/display-lt170410_overlay.dts (limited to 'overlays/display-lt170410_overlay.dts') diff --git a/overlays/display-lt170410_overlay.dts b/overlays/display-lt170410_overlay.dts new file mode 100644 index 0000000..5c9fc34 --- /dev/null +++ b/overlays/display-lt170410_overlay.dts @@ -0,0 +1,34 @@ +// LT170410 display (10inch) with a resolution of 1280x800 pixel. This display can be ordered at Toradex. + +/dts-v1/; +/plugin/; + +/ { + compatible = "toradex,apalis_imx6q"; + + fragment@0 { + target-path="/panel-lvds"; + __overlay__ { + status = "okay"; + + data-mapping = "vesa-24"; + width-mm = <217>; + height-mm = <136>; + + panel-timing { + clock-frequency = <68930000>; + hactive = <1280>; + vactive = <800>; + hback-porch = <64>; + hfront-porch = <64>; + vback-porch = <5>; + vfront-porch = <5>; + hsync-len = <40>; + vsync-len = <6>; + hsync-active = <0>; + vsync-active = <0>; + pixelclk-active = <0>; + }; + }; + }; +}; -- cgit v1.2.3