summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2019-07-26 12:20:58 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2019-07-26 12:20:58 +0300
commit347e33b32b137b5d888257a86c7d690c148ed8b5 (patch)
treec683ec34e3707c0e74a04bd5fede34fb8c01fde8
parent4de94d2847d045295a55402c9d0c7c41412ce51d (diff)
arm64: dts: fsl: colibri-imx8qxp: Fix lcdif+panel setup
There is not needed to use imx-parallel-display to connect simple LCD panel to LCDIF output interface. Remove imx-parallel-display, so panel starts working well. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-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