Re: [PATCH 2/2] dt-bindings: watchdog: fsl-imx: document continue in low power mode
From: Nandor Han
Date: Wed Jan 07 2026 - 05:30:19 EST
On 1/6/26 13:51, Peng Fan wrote:
CAUTION: This email originated from outside of GE HealthCare. Only open links or attachments if you trust the sender. Report suspicious emails using Outlook’s “Report” button.
Hi Nandor,
On Mon, Dec 29, 2025 at 04:50:00PM +0200, Nandor Han wrote:
Property "fsl,wdt-continue-in-low-power" allows the watchdog to continue>From the cover letter, I see that system should reset if runs into
running in low power modes (STOP and DOZE). By default, the watchdog is
suspended in these modes. This property provides the option to keep the
watchdog active during low power states when needed.
low power mode. So your system are not allowed to run into low power mode.
If my understanding is correct, DT property should not be used.
You may need to use sysfs or module_parameter for your case.
Thanks Peng.
Yes, you're correct, our system should not run in low power mode.
My implementation is based on the fact that the driver provides already a Device Tree configuration for the WAIT low power mode.
To maintainconsistency, the patch simply extends support to configure the watchdog during STOP and DOZE power modes.
One important consideration is that the watchdog must be fully configured during boot to catch any potential issues early.
Since this is a hardware property of the watchdog, we considered that device tree is a good place for this configuration.
Regards,
Nandor