diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2018-10-31 19:48:33 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2018-11-08 20:10:10 +0100 |
commit | bfbd5dcc6088601c13fe07cc69b1c88994867d8a (patch) | |
tree | 7affd3381bbbba4690ae4a406d48e1783d251af2 | |
parent | fc2a0b28327c2555bc679c961e7630b40a0c0191 (diff) |
fsl-imx8qxp-colibri-eval-v3.dts: replace the seiko panel with a simple panel 800x480Colibri-iMX8QXP_fsl-image-validation_L4.9.123-20181112
Note: still not working
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts | 46 |
1 files 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>; }; }; }; |