Skip to content

Commit

Permalink
arm64: dts: imx8mn-venice-gw7902: disable gpu
Browse files Browse the repository at this point in the history
Since commit 99aa299 ("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: 99aa299 ("arm64: dts: imx8mn: Enable GPU")
Reviewed-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Tim Harvey authored and Shawn Guo committed Jan 26, 2022
1 parent e783362 commit 0c56661
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@
};
};

&disp_blk_ctrl {
status = "disabled";
};

/* off-board header */
&ecspi2 {
pinctrl-names = "default";
Expand Down Expand Up @@ -251,6 +255,10 @@
};
};

&gpu {
status = "disabled";
};

&i2c1 {
clock-frequency = <100000>;
pinctrl-names = "default";
Expand Down Expand Up @@ -546,6 +554,10 @@
status = "okay";
};

&pgc_gpumix {
status = "disabled";
};

/* off-board header */
&sai3 {
pinctrl-names = "default";
Expand Down

0 comments on commit 0c56661

Please sign in to comment.