Hi I'm having problems with the watchdog on our custom am335x board running on SDK 05.07.00
I enable the watchdog in u-boot just before booting into Linux and want the watchdog to be running to catch any possible faults during Linux boot.
The big problem is that the watchdog timer gets disabled during boot by something. Probably by some PM functionality disable the clock or something. It is nothing in the omap-wdt code itself. I have compiled the kernel without the driver and the problem persists.
I have also tried modifying the omap_hwmod_init_postsetup in io.c without success. (This could however be likely due to my lack of understanding how that is supposed to work then.)
How do i disable this behaviour???
/Tor