Hi,
I would like to use sn65dsi84 to display mipi-dsi as dual-link lvds.
However, only imx8m reference can be found.
My processor is imx8qxp, using custom bsp in linux kernel 5.15.71.
I found some imx8m references, but I don't know how to migrate to imx8qxp.
For example, in the sample dts below, I don't know what the replacement for &mipi_dsi_bridge is.
-------------------------------
&mipi_dsi_bridge {
status = "okay";
port@2 {
mipi_dsi_bridge_out: endpoint {
remote-endpoint = <&sn65dsi84_in>;
};
};
};
-------------------------------
Can I find imx8qxp reference using sn65dsi84?
Thanks in advance.