From bfbd5dcc6088601c13fe07cc69b1c88994867d8a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 31 Oct 2018 19:48:33 +0100 Subject: fsl-imx8qxp-colibri-eval-v3.dts: replace the seiko panel with a simple panel 800x480 Note: still not working Signed-off-by: Max Krummenacher --- .../dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts | 46 ++++++++++++++++++---- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts index 9dace8bfcafd..9b21d7147b06 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts +++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts @@ -55,17 +55,17 @@ pinctrl-0 = <&pinctrl_usbc_det &pinctrl_ext_io0>; }; +#if 0 panel { compatible = "sii,43wvf1g"; backlight = <&backlight>; port { - panel_in: endpoint { - remote-endpoint = <&adapter_out>; + lcd_panel_in: endpoint { + remote-endpoint = <&lcd_display_out>; }; }; }; - seiko_adapter: seiko-adapter { #address-cells = <1>; #size-cells = <0>; @@ -74,17 +74,49 @@ port@0 { reg = <0>; - adapter_in: endpoint { + lcd_display_in: endpoint { + remote-endpoint = <&lcdif_out>; + }; + }; + port@1 { + reg = <1>; + lcd_display_out: endpoint { + remote-endpoint = <&lcd_panel_in>; + }; + }; + }; +#else + panel_dpi { + compatible = "edt,et070080dh6"; + backlight = <&backlight>; + + port { + lcd_panel_in: endpoint { + remote-endpoint = <&lcd_display_out>; + }; + }; + }; + lcd_display: disp0 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "fsl,imx-parallel-display"; + interface-pix-fmt = "bgr666"; + bus_mode = <18>; + + port@0 { + reg = <0>; + lcd_display_in: endpoint { remote-endpoint = <&lcdif_out>; }; }; port@1 { reg = <1>; - adapter_out: endpoint { - remote-endpoint = <&panel_in>; + lcd_display_out: endpoint { + remote-endpoint = <&lcd_panel_in>; }; }; }; +#endif regulators { compatible = "simple-bus"; @@ -529,7 +561,7 @@ port@0 { lcdif_out: lcdif-endpoint { - remote-endpoint = <&adapter_in>; + remote-endpoint = <&lcd_display_in>; }; }; }; -- cgit v1.2.3