Re: [PATCH v2] OMAP2PLUS: WDT: Fix: Disable WDT after reset during init

2010-10-05 Thread Tony Lindgren
* Kevin Hilman [101005 09:26]: > "Varadarajan, Charulatha" writes: > > > Inorder to avoid any assumptions from bootloader, the watchdog > > timer module is reset during init. This enables the watchdog > > timer. > > > > Therefore, it is required to disable WDT after it is reset > > during init.

Re: [PATCH v2] OMAP2PLUS: WDT: Fix: Disable WDT after reset during init

2010-10-05 Thread Kevin Hilman
"Varadarajan, Charulatha" writes: > Inorder to avoid any assumptions from bootloader, the watchdog > timer module is reset during init. This enables the watchdog > timer. > > Therefore, it is required to disable WDT after it is reset > during init. Otherwise the system would reboot as per the def

[PATCH v2] OMAP2PLUS: WDT: Fix: Disable WDT after reset during init

2010-10-02 Thread Varadarajan, Charulatha
Inorder to avoid any assumptions from bootloader, the watchdog timer module is reset during init. This enables the watchdog timer. Therefore, it is required to disable WDT after it is reset during init. Otherwise the system would reboot as per the default watchdog timer registers settings. Later,