From bda2ab15e7d4b9c7ce81032324052c3df3f9170f Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Mon, 2 Nov 2020 19:51:03 +0200 Subject: overlays: colibri-imx8x: fix dsi-hdmi overlay The new kernel has a different ports structure of mipi0_dsi_host. Fix it. Also, remove unneeded stuff. Related-to: ELB-3234, ELB-2943 Signed-off-by: Oleksandr Suvorov --- overlays/colibri-imx8x_dsihdmi_overlay.dts | 35 ++++++++++-------------------- 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/overlays/colibri-imx8x_dsihdmi_overlay.dts b/overlays/colibri-imx8x_dsihdmi_overlay.dts index 716cde6..0b5b1d7 100644 --- a/overlays/colibri-imx8x_dsihdmi_overlay.dts +++ b/overlays/colibri-imx8x_dsihdmi_overlay.dts @@ -65,32 +65,23 @@ }; }; -&ldb1 { - status = "disabled"; -}; - -&ldb1_phy { - status = "disabled"; -}; - -&ldb2 { - status = "okay"; -}; - -&ldb2_phy { - status = "okay"; -}; - &mipi0_dsi_host { status = "okay"; #address-cells = <1>; #size-cells = <0>; - port@1 { - reg = <1>; - mipi0_dsi_host_out: endpoint { - remote-endpoint = <<8912_1_in>; + ports { + #address-cells = <1>; + #size-cells = <0>; + port@1 { + #address-cells = <1>; + #size-cells = <0>; + reg = <1>; + mipi0_dsi_host_out: endpoint@0 { + reg = <0>; + remote-endpoint = <<8912_1_in>; + }; }; }; }; @@ -99,7 +90,3 @@ status = "okay"; }; -&mipi1_dsi_host { - status = "okay"; -}; - -- cgit v1.2.3