Re: [PATCH v1 2/4] watchdog: ulp_wdog: Update watchdog driver for imx93

2022-10-17 Thread Stefan Roese
On 09.10.22 10:00, Alice Guo (OSS) wrote: From: Alice Guo The WDOG clocks are sourced from the fixed 32KHz (lpo_clk).When the timeout period exceeds 2 seconds, the value written to the TOVAL register is larger than 16-bit can represent. Enabling watchdog prescaler to solve this problem. Signed

[PATCH v1 2/4] watchdog: ulp_wdog: Update watchdog driver for imx93

2022-10-09 Thread Alice Guo (OSS)
From: Alice Guo The WDOG clocks are sourced from the fixed 32KHz (lpo_clk).When the timeout period exceeds 2 seconds, the value written to the TOVAL register is larger than 16-bit can represent. Enabling watchdog prescaler to solve this problem. Signed-off-by: Alice Guo --- drivers/watchdog/ul