HDMI driver couldn't support unbind function now,
because HDMI FW should always running.
mipi dsi driver will probe faile if no mipi dsi panel connected
to mek board, then all connectors will be unbinded and hdmi will faile
in the secondly bind.
Disable mipi dsi in hdmi dts file to avoid hdmi driver unbinded.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Reviewed-by: Robby Cai <robby.cai@nxp.com>
status = "disabled";
};
+&mipi0_dsi_host {
+ status = "disabled";
+};
+
+&mipi1_dphy {
+ status = "disabled";
+};
+
+&mipi1_dsi_host {
+ status = "disabled";
+};
+
+&mipi1_dphy {
+ status = "disabled";
+};
+
&irqsteer_hdmi {
status = "okay";
};