summaryrefslogtreecommitdiff
path: root/overlays/display-dpi-lt170410_overlay.dts
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-11-09 19:06:18 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-11-10 13:41:57 +0200
commitecde642a77ee8e1465bb2a039d05f8619c2e930a (patch)
treed1dacb976d3831eeaaf179d64fe8abacb05b0b9d /overlays/display-dpi-lt170410_overlay.dts
parent5bf9c65466a58756f65052b6e409fffec74c0534 (diff)
overlays: colibri-imx8x: move LVDS stuff to common display overlay
The LVDS display connects via RGB->LVDS converter, so that we can use the parallel-rgb overlay, setting only timing and data modes. Related-to: ELB-2943 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'overlays/display-dpi-lt170410_overlay.dts')
-rw-r--r--overlays/display-dpi-lt170410_overlay.dts37
1 files changed, 37 insertions, 0 deletions
diff --git a/overlays/display-dpi-lt170410_overlay.dts b/overlays/display-dpi-lt170410_overlay.dts
new file mode 100644
index 0000000..03b300c
--- /dev/null
+++ b/overlays/display-dpi-lt170410_overlay.dts
@@ -0,0 +1,37 @@
+// LT170410 display (10inch) connected to DPI-LVDS converter with a resolution of 1280x800 pixel.
+// This display can be ordered at Toradex.
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,colibri-imx8x";
+};
+
+&{/panel-dpi} {
+ status = "okay";
+
+ data-mapping = "rgb24";
+
+ width-mm = <217>;
+ height-mm = <136>;
+
+ panel-timing {
+ clock-frequency = <68930000>;
+
+ hactive = <1280>;
+ hback-porch = <64>;
+ hfront-porch = <64>;
+ hsync-len = <40>;
+ vactive = <800>;
+ vback-porch = <5>;
+ vfront-porch = <5>;
+ vsync-len = <6>;
+
+ de-active = <1>;
+ hsync-active = <0>;
+ vsync-active = <0>;
+ pixelclk-active = <1>;
+ };
+};
+