summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_lvds-lt170410_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/apalis-imx6_lvds-lt170410_overlay.dts')
-rw-r--r--overlays/apalis-imx6_lvds-lt170410_overlay.dts37
1 files changed, 0 insertions, 37 deletions
diff --git a/overlays/apalis-imx6_lvds-lt170410_overlay.dts b/overlays/apalis-imx6_lvds-lt170410_overlay.dts
deleted file mode 100644
index cb1bd9a..0000000
--- a/overlays/apalis-imx6_lvds-lt170410_overlay.dts
+++ /dev/null
@@ -1,37 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/*
- * Copyright 2020-2021 Toradex
- */
-
-// Enable the LVDS interface on the Apalis iMX6Q. Make sure to also select a valid display configuration.
-
-/dts-v1/;
-/plugin/;
-
-/ {
- compatible = "toradex,apalis_imx6q";
-};
-
-&backlight {
- status = "okay";
-};
-
-&ldb {
- status = "okay";
-
- lvds-channel@0 {
- fsl,data-mapping = "spwg"; /* jeida | spwg */
- fsl,data-width = <24>;
- status = "okay";
-
- display-timings {
- native-mode = <&timing_wxga>;
- };
- };
-};
-
-&mxcfb1 {
- /* the pixel format between the IPU's DI and LDB */
- interface_pix_fmt = "RGB24";
- status = "okay";
-};