Re: [PATCH v2] ARM: stm32: Add IWDG handling into PSCI suspend code

2023-06-16 Thread Patrice CHOTARD
On 5/11/23 21:55, Marek Vasut wrote: > In case the IWDG is enabled by either U-Boot or Linux, the IWDG can never > be disabled again. That includes low power states, which means that if the > IWDG is enabled, the SoC would reset itself after a while in suspend via > the IWDG. This is not desired

Re: [Uboot-stm32] [PATCH v2] ARM: stm32: Add IWDG handling into PSCI suspend code

2023-05-12 Thread Patrick DELAUNAY
Hi, On 5/11/23 21:55, Marek Vasut wrote: In case the IWDG is enabled by either U-Boot or Linux, the IWDG can never be disabled again. That includes low power states, which means that if the IWDG is enabled, the SoC would reset itself after a while in suspend via the IWDG. This is not desired beh

[PATCH v2] ARM: stm32: Add IWDG handling into PSCI suspend code

2023-05-11 Thread Marek Vasut
In case the IWDG is enabled by either U-Boot or Linux, the IWDG can never be disabled again. That includes low power states, which means that if the IWDG is enabled, the SoC would reset itself after a while in suspend via the IWDG. This is not desired behavior. It is possible to enable IWDG pre-ti