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>
port@0 {
reg = <0>;
- mipi_dsi_in: endpoint {
+ mipi_dsi_in: endpoint@1 {
+ reg = <1>;
remote-endpoint = <&dcss_out>;
};
};
port@0 {
reg = <0>;
- mipi_dsi_in: endpoint {
+ mipi_dsi_in: endpoint@0 {
+ reg = <0>;
remote-endpoint = <&lcdif_mipi_dsi>;
};
};