summaryrefslogtreecommitdiff
path: root/overlays/display-edt5.7_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/display-edt5.7_overlay.dts')
-rw-r--r--overlays/display-edt5.7_overlay.dts38
1 files changed, 0 insertions, 38 deletions
diff --git a/overlays/display-edt5.7_overlay.dts b/overlays/display-edt5.7_overlay.dts
deleted file mode 100644
index d191687..0000000
--- a/overlays/display-edt5.7_overlay.dts
+++ /dev/null
@@ -1,38 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/*
- * Copyright 2020-2021 Toradex
- */
-
-// EDT5.7 display with a resolution of 640x480 pixel
-
-/dts-v1/;
-/plugin/;
-
-/ {
- compatible = "toradex,apalis_imx6q",
- "toradex,apalis-imx8x",
- "toradex,colibri_imx6dl",
- "toradex,colibri-imx6ull-emmc",
- "toradex,colibri-imx7d",
- "toradex,colibri-imx7s",
- "toradex,colibri-imx8x";
-};
-
-&{/panel-dpi} {
- status = "okay";
-
- width-mm = <116>;
- height-mm = <86>;
-
- panel-timing {
- clock-frequency = <25175000>;
- hactive = <640>;
- vactive = <480>;
- hsync-len = <30>;
- hfront-porch = <16>;
- hback-porch = <114>;
- vsync-len = <3>;
- vfront-porch = <10>;
- vback-porch = <32>;
- };
-};