summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-11-02 19:51:03 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-11-10 19:22:56 +0000
commitbda2ab15e7d4b9c7ce81032324052c3df3f9170f (patch)
tree6a4e9332eb9210c4328e832940c9e7cc1939b907
parentecde642a77ee8e1465bb2a039d05f8619c2e930a (diff)
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 <oleksandr.suvorov@toradex.com>
-rw-r--r--overlays/colibri-imx8x_dsihdmi_overlay.dts35
1 files 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 = <&lt8912_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 = <&lt8912_1_in>;
+ };
};
};
};
@@ -99,7 +90,3 @@
status = "okay";
};
-&mipi1_dsi_host {
- status = "okay";
-};
-