summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-10-31 19:48:33 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-01-30 19:19:54 +0100
commit9d351a6df7370bc70471f90803ac3bc49ec46517 (patch)
treed9abdf4adfe05311751a462d73ee180770afcf44
parent52488c93ee14811549ed82ed16ab532c33dfe2b3 (diff)
fsl-imx8qxp-colibri-eval-v3.dts: replace the seiko panel with a simple panel 800x480
Note: still not working Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit bfbd5dcc6088601c13fe07cc69b1c88994867d8a) (cherry picked from commit ace4accfcbbcd0b17c9b07938ad690c99442e036)
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp-colibri-eval-v3.dts46
1 files changed, 39 insertions, 7 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 9dace8bfcafd..9b21d7147b06 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
@@ -55,17 +55,17 @@
pinctrl-0 = <&pinctrl_usbc_det &pinctrl_ext_io0>;
};
+#if 0
panel {
compatible = "sii,43wvf1g";
backlight = <&backlight>;
port {
- panel_in: endpoint {
- remote-endpoint = <&adapter_out>;
+ lcd_panel_in: endpoint {
+ remote-endpoint = <&lcd_display_out>;
};
};
};
-
seiko_adapter: seiko-adapter {
#address-cells = <1>;
#size-cells = <0>;
@@ -74,17 +74,49 @@
port@0 {
reg = <0>;
- adapter_in: endpoint {
+ lcd_display_in: endpoint {
+ remote-endpoint = <&lcdif_out>;
+ };
+ };
+ port@1 {
+ reg = <1>;
+ lcd_display_out: endpoint {
+ remote-endpoint = <&lcd_panel_in>;
+ };
+ };
+ };
+#else
+ panel_dpi {
+ compatible = "edt,et070080dh6";
+ backlight = <&backlight>;
+
+ 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";
+ bus_mode = <18>;
+
+ port@0 {
+ reg = <0>;
+ lcd_display_in: endpoint {
remote-endpoint = <&lcdif_out>;
};
};
port@1 {
reg = <1>;
- adapter_out: endpoint {
- remote-endpoint = <&panel_in>;
+ lcd_display_out: endpoint {
+ remote-endpoint = <&lcd_panel_in>;
};
};
};
+#endif
regulators {
compatible = "simple-bus";
@@ -529,7 +561,7 @@
port@0 {
lcdif_out: lcdif-endpoint {
- remote-endpoint = <&adapter_in>;
+ remote-endpoint = <&lcd_display_in>;
};
};
};