commit | dea73eaada0ae4abbad6b148d358cd1858feafeb | [log] [tgz] |
---|---|---|
author | Alice Guo <alice.guo@nxp.com> | Fri Oct 21 16:41:16 2022 +0800 |
committer | Stefan Roese <sr@denx.de> | Mon Oct 24 11:10:21 2022 +0200 |
tree | ea4b09a6f11d330336bdfdb00bf577c76e7856de | |
parent | 6743916a559ede02a37869ab309638b15dacd998 [diff] |
watchdog: ulp_wdog: Update watchdog driver for imx93 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 <alice.guo@nxp.com> Reviewed-by: Stefan Roese <sr@denx.de>