summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-02-12 16:38:11 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-02-16 14:07:58 +0000
commita385811974d4e6b90e890ca3714ecace1f57309f (patch)
tree2582ed51ae825da80f5996e2049cc6dc49707abe
parentb6849f4f20277f8ed044d482025370c30eed4ace (diff)
overlays: apalis-imx8x: LCD: remove port linkage settings
Move the port linkage settings to the main devicetree to keep the overlay as simple as possible. Realted-to: ELB-3242 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-rw-r--r--overlays/apalis-imx8x_parallel-rgb_overlay.dts17
1 files changed, 0 insertions, 17 deletions
diff --git a/overlays/apalis-imx8x_parallel-rgb_overlay.dts b/overlays/apalis-imx8x_parallel-rgb_overlay.dts
index ac552e9..52ca50d 100644
--- a/overlays/apalis-imx8x_parallel-rgb_overlay.dts
+++ b/overlays/apalis-imx8x_parallel-rgb_overlay.dts
@@ -13,27 +13,10 @@
&display_lcdif {
status = "okay";
-
- #address-cells = <1>;
- #size-cells = <0>;
-
- port@1 {
- reg = <1>;
-
- lcd_display_out: endpoint {
- remote-endpoint = <&lcd_panel_in>;
- };
- };
};
&panel_dpi {
status = "okay";
-
- port {
- lcd_panel_in: endpoint {
- remote-endpoint = <&lcd_display_out>;
- };
- };
};
/* Apalis BKL1_PWM */