Skip to content

Commit 347155d

Browse files
Marco FelschShawn Guo
authored andcommitted
arm64: dts: imx8mn: remove GPU power domain reset
The PGC (power gating controller) already handles the reset for the GPUMIX power domain. By specifying it within the device tree the reset it issued a 2nd time. This confuses the hardware during power up and sporadically hangs the SoC. Fix this by removing the reset property and let the hardware handle the reset. Fixes: 9a0f3b1 ("arm64: dts: imx8mn: Enable GPU") Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Tested-by: Adam Ford <aford173@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 8194a35 commit 347155d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mn.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@
672672
<&clk IMX8MN_CLK_GPU_SHADER>,
673673
<&clk IMX8MN_CLK_GPU_BUS_ROOT>,
674674
<&clk IMX8MN_CLK_GPU_AHB>;
675-
resets = <&src IMX8MQ_RESET_GPU_RESET>;
676675
};
677676

678677
pgc_dispmix: power-domain@3 {

0 commit comments

Comments
 (0)