summaryrefslogtreecommitdiff
path: root/overlays/display-lt161010_overlay.dts
diff options
context:
space:
mode:
authorAishwarya Kothari <aishwarya.kothari@toradex.com>2022-09-08 16:09:27 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-03 16:23:30 +0200
commitbcb97544083ee6fe87ed4238bf1839842ffd9996 (patch)
treef69ed025a6f35f7b44b42c886e13d8fdddd5e42a /overlays/display-lt161010_overlay.dts
parente9291c3ef183c55ce000450fb2abc4ec4de9b540 (diff)
colibri-imx6: move to one overlay per accessory
Move the existing overlays to dtsi files and include them into one accessory dts. Provide data-mapping timings appropriately for each machine instead of the hardcoding and use a single overlay per SoC to avoid code duplication. Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
Diffstat (limited to 'overlays/display-lt161010_overlay.dts')
-rw-r--r--overlays/display-lt161010_overlay.dts40
1 files changed, 0 insertions, 40 deletions
diff --git a/overlays/display-lt161010_overlay.dts b/overlays/display-lt161010_overlay.dts
deleted file mode 100644
index 21c9068..0000000
--- a/overlays/display-lt161010_overlay.dts
+++ /dev/null
@@ -1,40 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/*
- * Copyright 2020-2021 Toradex
- */
-
-// LT161010 display (7inch) with a resolution of 800x480 pixel. This display can be ordered at Toradex.
-
-/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-imx7d-emmc",
- "toradex,colibri-imx8x";
-};
-
-&{/panel-dpi} {
- status = "okay";
-
- width-mm = <154>;
- height-mm = <86>;
-
- panel-timing {
- clock-frequency = <33230769>;
- hactive = <800>;
- vactive = <480>;
- hsync-len = <128>;
- hfront-porch = <40>;
- hback-porch = <88>;
- vsync-len = <1>;
- vfront-porch = <10>;
- vback-porch = <33>;
- pixelclk-active = <1>;
- };
-};