Implemented a watchdog driver for my platform on linux. Able to load driver but "timeout" and "status" sysfs entries under /sys/class/watchdog/watchdog0 not created. I need to those entries to set timeout and to know the status.
Currently i am trying to check watchdog_register_dev function.
Any help is appreciated. Thanks.