Hi,
I was looking at imx7ulp_wdt watchdog driver (for i.MX93) on branch 6.6-2.2.x-imx and it seems a nowayout module parameter is declared but never used in code. It does not seem to be used on branch 6.12.x+fslc neither.
This is a typical watchdog driver module parameter and some implementation simply call watchdog_set_nowayout() in probe() just like the omap_wdt.
Am I missing something or the flag is really not handled in imx7ulp_wdt?