arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl
authorTim Harvey <tharvey@gateworks.com>
Tue, 6 Jun 2023 15:40:30 +0000 (08:40 -0700)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Jul 2023 00:17:13 +0000 (08:17 +0800)
The GW7904 does not connect the VDD_MIPI power rails thus MIPI is
disabled. However we must also disable disp_blk_ctrl as it uses the
pgc_mipi power domain and without it being disabled imx8m-blk-ctrl will
fail to probe:
imx8m-blk-ctrl 32e28000.blk-ctrl: error -ETIMEDOUT: failed to attach
power domain "mipi-dsi"
imx8m-blk-ctrl: probe of 32e28000.blk-ctrl failed with error -110

Fixes: b999bdaf0597 ("arm64: dts: imx: Add i.mx8mm Gateworks gw7904 dts support")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7904.dts

index 93088fa1c3b9c9948d7477ef804db51fadea395f..d5b7168558124f93253bcb69f7d0cdf890864d4e 100644 (file)
        status = "okay";
 };
 
+&disp_blk_ctrl {
+       status = "disabled";
+};
+
 &pgc_mipi {
        status = "disabled";
 };