diff options
author | Adam Ford <aford173@gmail.com> | 2022-01-25 18:11:25 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-02-14 01:39:12 +0100 |
commit | ef3075d6638d3d5353a97fcc7bb0338fc85675f5 (patch) | |
tree | ba900f3b0fdb988b66c09758ceae2d02f406b31f /arch | |
parent | Linux 5.17-rc4 (diff) | |
download | linux-ef3075d6638d3d5353a97fcc7bb0338fc85675f5.tar.xz linux-ef3075d6638d3d5353a97fcc7bb0338fc85675f5.zip |
arm64: dts: imx8mm: Fix VPU Hanging
The vpumix power domain has a reset assigned to it, however
when used, it causes a system hang. Testing has shown that
it does not appear to be needed anywhere.
Fixes: d39d4bb15310 ("arm64: dts: imx8mm: add GPC node")
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index f77f90ed416f..0c7a72c51a31 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -707,7 +707,6 @@ clocks = <&clk IMX8MM_CLK_VPU_DEC_ROOT>; assigned-clocks = <&clk IMX8MM_CLK_VPU_BUS>; assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_800M>; - resets = <&src IMX8MQ_RESET_VPU_RESET>; }; pgc_vpu_g1: power-domain@7 { |