From 5c205bef7d11ddc4483b1d3944cfec5e489ca903 Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Thu, 5 Dec 2019 18:17:29 +0800 Subject: [PATCH] LF-367: arm64/dts: imx8qm: Disable mipi dsi in hdmi dts file 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 Reviewed-by: Robby Cai --- .../arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts index 5e09ef029b57..17cf2c1e3515 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts +++ b/arch/arm64/boot/dts/freescale/imx8qm-mek-hdmi.dts @@ -51,6 +51,22 @@ status = "disabled"; }; +&mipi0_dsi_host { + status = "disabled"; +}; + +&mipi1_dphy { + status = "disabled"; +}; + +&mipi1_dsi_host { + status = "disabled"; +}; + +&mipi1_dphy { + status = "disabled"; +}; + &irqsteer_hdmi { status = "okay"; }; -- 2.17.1