summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-07-16 16:59:28 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-08-06 12:17:43 +0200
commit208ffc89f696cb01a7013756dd91bfefab24347d (patch)
treed316f4d413cb222b4619cfd3ad42d0786f0931d5
parent5076c6b6d334526af6ed22d0770df2b71238d070 (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>
-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) */