MLK-16918-12: arm64:dts: fsl-imx8qm-lpddr4-arm2: Update dts files for nwl-mipi-dsi...
authorRobert Chiras <robert.chiras@nxp.com>
Thu, 9 Nov 2017 12:07:00 +0000 (14:07 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:47:08 +0000 (15:47 -0500)
Now, the NWL MIPI-DSI driver is implemented as a real bridge and uses
the "nwl,mipi-dsi" compatible.
This patch updates the ADV7535 and RM67191 specific DTS files to
8QXP-MEK.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-dsi-adv7535.dts
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-dsi-rm67191.dts

index 2a03be3..06fe3a2 100644 (file)
@@ -30,7 +30,7 @@
 
                port {
                        adv7535_1_in: endpoint {
-                               remote-endpoint = <&mipi_dsi1_out>;
+                               remote-endpoint = <&mipi_dsi_bridge1_out>;
                        };
                };
        };
 
 &mipi_dsi1 {
        status = "okay";
+};
+
+&mipi_dsi_bridge1 {
+       status = "okay";
 
        port@1 {
-               mipi_dsi1_out: endpoint {
+               mipi_dsi_bridge1_out: endpoint {
                        remote-endpoint = <&adv7535_1_in>;
                };
        };
@@ -66,7 +70,7 @@
 
                port {
                        adv7535_2_in: endpoint {
-                               remote-endpoint = <&mipi_dsi2_out>;
+                               remote-endpoint = <&mipi_dsi_bridge2_out>;
                        };
                };
        };
 
 &mipi_dsi2 {
        status = "okay";
+};
+
+&mipi_dsi_bridge2 {
+       status = "okay";
 
        port@1 {
-               mipi_dsi2_out: endpoint {
+               mipi_dsi_bridge2_out: endpoint {
                        remote-endpoint = <&adv7535_2_in>;
                };
        };
index 052a420..4e0c3c0 100644 (file)
 
 &mipi_dsi1 {
        status = "okay";
+};
+
+&mipi_dsi_bridge1 {
+       status = "okay";
 
        panel@0 {
                compatible = "raydium,rm67191";
                panel-height-mm = <121>;
                port {
                        panel1_in: endpoint {
-                               remote-endpoint = <&mipi1_out>;
+                               remote-endpoint = <&mipi_bridge1_out>;
                        };
                };
        };
 
        port@1 {
-               mipi1_out: endpoint {
+               mipi_bridge1_out: endpoint {
                        remote-endpoint = <&panel1_in>;
                };
        };
 
 &mipi_dsi2 {
        status = "okay";
+};
+
+&mipi_dsi_bridge2 {
+       status = "okay";
 
        panel@0 {
                compatible = "raydium,rm67191";
                panel-height-mm = <121>;
                port {
                        panel2_in: endpoint {
-                               remote-endpoint = <&mipi2_out>;
+                               remote-endpoint = <&mipi_bridge2_out>;
                        };
                };
        };
 
        port@1 {
-               mipi2_out: endpoint {
+               mipi_bridge2_out: endpoint {
                        remote-endpoint = <&panel2_in>;
                };
        };