arm64: dts: imx8mn-venice-gw7902: disable gpu
authorTim Harvey <tharvey@gateworks.com>
Thu, 16 Dec 2021 16:12:27 +0000 (08:12 -0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Feb 2022 03:17:02 +0000 (11:17 +0800)
Since commit 9a0f3b157e22 ("arm64: dts: imx8mn: Enable GPU")
imx8mn-venice-gw7902 will hang during kernel init because it uses
a MIMX8MN5CVTI which does not have a GPU.

Disable pgc_gpumix to work around this. We also disable the GPU devices
that depend on the gpumix power domain and pgc_gpu to avoid them staying
in a probe deferred state forever.

Cc: Adam Ford <aford173@gmail.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Fixes: 9a0f3b157e22 ("arm64: dts: imx8mn: Enable GPU")
Reviewed-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts

index 236f425e1570a2470a5b2f722fc8321ca13ece00..2d58005d20e41d390c0e43a9310afb143265878d 100644 (file)
        };
 };
 
+&disp_blk_ctrl {
+       status = "disabled";
+};
+
 /* off-board header */
 &ecspi2 {
        pinctrl-names = "default";
        };
 };
 
+&gpu {
+       status = "disabled";
+};
+
 &i2c1 {
        clock-frequency = <100000>;
        pinctrl-names = "default";
        status = "okay";
 };
 
+&pgc_gpumix {
+       status = "disabled";
+};
+
 /* off-board header */
 &sai3 {
        pinctrl-names = "default";