Re: [PATCH] watchdog: mtk: add disable_wdt_extrst support

From: Guenter Roeck
Date: Thu Sep 02 2021 - 09:39:18 EST


On 9/2/21 1:04 AM, Fengquan Chen wrote:
From: "fengquan.chen" <fengquan.chen@xxxxxxxxxxxx>

In some cases, we may need watchdog just to trigger an
internal soc reset without sending any output signal.

Provide a disable_wdt_extrst parameter for configuration.
We can disable or enable it just by configuring dts.

fengquan.chen (1):
watchdog: mtk: add disable_wdt_extrst support

drivers/watchdog/mtk_wdt.c | 7 +++++++
1 file changed, 7 insertions(+)


A single patch does not require an introductory e-mail.
Also, if provided, it needed to be numbered (PATCH 0/1)
to distinguish it from the actual patch.

Guenter