From 498cd6305d518fb92d72cee5b89b86b721b6389d Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Tue, 16 Jul 2019 16:59:28 +0200 Subject: ARM64: dts: colibri-imx8x: Remove lcd_display due to incompatibility This commit hooks the panel directly onto adma_lcdif and leaves out lcd_display as it is not compatible with mxsfb-drm. Signed-off-by: Philippe Schenker --- .../boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'arch') 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 c8d3dbef6834..da7e37f17e29 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 @@ -51,8 +51,8 @@ enable-gpios = <&gpio4 19 GPIO_ACTIVE_HIGH>; port { - lcd_display_in: endpoint { - remote-endpoint = <&lcdif_out>; + lcd_panel_in: endpoint { + remote-endpoint = <&lcd_display_out>; }; }; }; @@ -128,11 +128,21 @@ bus-width = <18>; status = "okay"; +#ifdef LCDIF_OUT_ADV7125 port@0 { lcdif_out: lcdif-endpoint { remote-endpoint = <&lcd_display_in>; }; }; +#endif + +#ifdef LCDIF_OUT_DISPLAY + port@0 { + lcd_display_out: lcdif-endpoint { + remote-endpoint = <&lcd_panel_in>; + }; + }; +#endif }; /* Display Prefetch Resolve, (Tiling) */ -- cgit v1.2.3