summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts26
1 files changed, 3 insertions, 23 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 7ab47e607c3e..6d06c7bae309 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
@@ -9,14 +9,14 @@
/*
* Choose output point for LCDIF block:
* LCDIF_OUT_ADV7125: VGA converter + VGA connector X24
- * LCDIF_OUT_DISPLAY: Panel connected to
+ * LCDIF_OUT_PANEL: Panel connected to
* - Generic Display Connector X20,
* - Unified Interface Display Connector X34
*
* NOTE: LCDIF output to LVDS transmitter is not supported for now.
*/
#define LCDIF_OUT_ADV7125
-//#define LCDIF_OUT_DISPLAY
+//#define LCDIF_OUT_PANEL
#include "dt-bindings/pwm/pwm.h"
#include "fsl-imx8qxp-colibri-eval-v3.dtsi"
@@ -29,7 +29,7 @@
status = "disabled";
};
-#ifdef LCDIF_OUT_DISPLAY
+#ifdef LCDIF_OUT_PANEL
lcdif_backlight: lcdif_backlight {
compatible = "pwm-backlight";
pinctrl-names = "default";
@@ -48,30 +48,10 @@
enable-gpios = <&gpio4 19 GPIO_ACTIVE_HIGH>;
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";
-
- port@0 {
- reg = <0>;
lcd_display_in: endpoint {
remote-endpoint = <&lcdif_out>;
};
};
- port@1 {
- reg = <1>;
- lcd_display_out: endpoint {
- remote-endpoint = <&lcd_panel_in>;
- };
- };
};
#endif