LF-367: arm64/dts: imx8qm: Disable mipi dsi in hdmi dts file
authorSandor Yu <Sandor.yu@nxp.com>
Thu, 5 Dec 2019 10:17:29 +0000 (18:17 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:37 +0000 (11:21 +0800)
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>
arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts

index 5e09ef0..17cf2c1 100644 (file)
        status = "disabled";
 };
 
+&mipi0_dsi_host {
+       status = "disabled";
+};
+
+&mipi1_dphy {
+       status = "disabled";
+};
+
+&mipi1_dsi_host {
+       status = "disabled";
+};
+
+&mipi1_dphy {
+       status = "disabled";
+};
+
 &irqsteer_hdmi {
        status = "okay";
 };