Resolved! stm32mp1 reading the reset status watchdog driver
HiIn my application we need to read the last rest status, whether its a POR or WDOG ret = ioctl(wdog, WDIOC_GETBOOTSTATUS, &status);looks like this support is not available in drivers/watchdog/stm32_iwdg.ccan anyone tell me how add a patch in st...