summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-07-16 16:59:28 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-02-12 11:06:01 +0100
commit498cd6305d518fb92d72cee5b89b86b721b6389d (patch)
tree16e45518f5194ad4bd3837d54eb6591aca7ea9b2 /arch
parent991ed20f2f736559fa111e71f6bdb32eb11834db (diff)
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 <philippe.schenker@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts14
1 files changed, 12 insertions, 2 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 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) */