diff options
author | Philippe Schenker <philippe.schenker@toradex.com> | 2022-08-11 13:29:38 +0200 |
---|---|---|
committer | Philippe Schenker <philippe.schenker@toradex.com> | 2022-08-11 13:29:38 +0200 |
commit | ee4bc9b0dc2426ba3aef50e2d0c254b4e8fbbb43 (patch) | |
tree | f1bbabc537ed6476982f28a603a91fe8f78f6086 /overlays/apalis-imx6_lvds-lt170410_overlay.dts | |
parent | d5905ae8af38f9b715f6605f239e53cc04f3e087 (diff) |
remove unsupported 32bit machines
Toradex 32bit machines are no longer supported on the downstream branch
so remove them and adjust the Makefile.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'overlays/apalis-imx6_lvds-lt170410_overlay.dts')
-rw-r--r-- | overlays/apalis-imx6_lvds-lt170410_overlay.dts | 37 |
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"; -}; |