LF-1373-4: arch: arm64: imx8mq-evk: Update endpoint ids for new nwl-dsi driver
authorRobert Chiras <robert.chiras@nxp.com>
Wed, 13 May 2020 08:46:34 +0000 (11:46 +0300)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:39 +0000 (11:22 +0800)
Thw new nwl-dsi driver is addressing the LCDIF vs DCSS input source by
the endpoint ids. So, change our endpoint ids for LCDIF and DCSS nodes
so that the nwl-dsi driver can correctly determine the input source.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
arch/arm64/boot/dts/freescale/imx8mq-evk-dcss-rm67191.dts
arch/arm64/boot/dts/freescale/imx8mq-evk-lcdif-rm67191.dts

index bf67849..1865e05 100644 (file)
@@ -72,7 +72,8 @@
 
                port@0 {
                        reg = <0>;
-                       mipi_dsi_in: endpoint {
+                       mipi_dsi_in: endpoint@1 {
+                               reg = <1>;
                                remote-endpoint = <&dcss_out>;
                        };
                };
index 7c1d7c6..68e0126 100644 (file)
@@ -61,7 +61,8 @@
 
                port@0 {
                        reg = <0>;
-                       mipi_dsi_in: endpoint {
+                       mipi_dsi_in: endpoint@0 {
+                               reg = <0>;
                                remote-endpoint = <&lcdif_mipi_dsi>;
                        };
                };