Hi,
I have found that during kernel boot, watch dog timer is getting disabled in omap_wdt_probe() function.
We are enabling watchdog timer in boot loader and want to re configure and kick the watchdog timer only at user application.
Can I comment the function "omap_wdt_disable(wdev);" in omap_wdt.c file so that kernel will not disable the watchdog timer. I have configured watchdog timer in boot loader to 2.5mins so that it will not cause reset during boot.
Is this change cause any issue to watchdog timer functionality?
Thanks,
Regards,
Raja.