On 22 April 2022 08:27, Primoz Fiser wrote: > Optionally disable watchdog during suspend (if enabled) and re-enable > it upon resume. > This enables boards to sleep without being interrupted by the watchdog. > > This patch is based on commit f6c98b08381c ("watchdog: da9062: add > power management ops") and commit 8541673d2a5f ("watchdog: da9062: fix > power management ops") and brings the same functionality to DA9063. There's a WATCHDOG_PD bit (set to 0) to achieve this I believe, and thus removes the need for the suspend/resume PM functions. Is this something you've tried? Also seems to be present for DA9061/2 as well so can't remember why that wasn't used there.