summaryrefslogtreecommitdiff
path: root/overlays/display-lt170410_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/display-lt170410_overlay.dts')
-rw-r--r--overlays/display-lt170410_overlay.dts39
1 files changed, 0 insertions, 39 deletions
diff --git a/overlays/display-lt170410_overlay.dts b/overlays/display-lt170410_overlay.dts
deleted file mode 100644
index 74995e9..0000000
--- a/overlays/display-lt170410_overlay.dts
+++ /dev/null
@@ -1,39 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/*
- * Copyright 2020-2021 Toradex
- */
-
-// LT170410 LVDS display (10 inch) with a resolution of 1280x800 pixel. This display can be ordered at Toradex.
-
-/dts-v1/;
-/plugin/;
-
-/ {
- compatible = "toradex,apalis_imx6q",
- "toradex,apalis-imx8",
- "toradex,apalis-imx8x",
- "toradex,verdin-imx8mp";
-};
-
-&{/panel-lvds} {
- 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>;
- };
-};