Am Montag, dem 02.05.2022 um 12:02 +0200 schrieb Viraj Shah: > The resets are controlled from src. From reference manual page > 959, display controller needs DISP_RESET bit to be set to reset > dispmix. > This reset is driven by the GPC hardware logic. Only if you are 100% sure that this is not the case should a reset be added to the DT, as handling it both from the GPC HW sequencing and software has proven to be problematic and result in sporadic hangs. Regards, Lucas > Signed-off-by: Viraj Shah <viraj.shah@xxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi > index 1ee05677c2dd..11a6cae5bb99 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi > @@ -734,6 +734,7 @@ > assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_1000M>, > <&clk IMX8MM_SYS_PLL1_800M>; > assigned-clock-rates = <500000000>, <200000000>; > + resets = <&src IMX8MQ_RESET_DISP_RESET>; > }; > > pgc_mipi: power-domain@11 {