/dev/watchdog is always busy.
I am using the STM32MP15-DK2 dev board and with a modified device tree to enable some peripherals. I would like to use /dev/watchdog to reset if ever my application hangs. But whenever I try to open the device I get
Error opening watchdog device: Device or resource busy
I have the watchdog functions commented out in /etc/systemd/system.conf
#RuntimeWatchdogSec=0
#RebootWatchdogSec=10min
#ShutdownWatchdogSec=10min
#KExecWatchdogSec=0
#WatchdogDevice=and all the info i get from fuser is
root@stm32mp1:/etc/systemd# fuser /dev/watchdog
1I can't figure out what is causing the error. Does has anyone dealt with this problem before?
Thanks
