Hello,
For android 11 does not include support for dual display, you may try android 13 or 14 however if you want to try, try this:
Please refer to it.
&mipi0_disp {
compatible = "fsl,imx8mp-mipi-display";
disp-type = "mipi-dsi";
status = "okay";
port@0 {
endpoint {
remote-endpoint = <&dpu1_mipi0>;
};
};
};
&lvds0_disp {
compatible = "fsl,imx8mp-lvds-display";
disp-type = "lvds";
status = "okay";
port@0 {
endpoint {
remote-endpoint = <&dpu1_lvds0>;
};
};
};
For more details please refer to the location given below.
Documentation/devicetree/bindings/display/
Regards