]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx_watchdog: do not soft-reset while watchdog init
authorAnatolij Gustschin <agust@denx.de>
Mon, 30 Sep 2013 10:52:38 +0000 (12:52 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 31 Oct 2013 16:54:03 +0000 (17:54 +0100)
commit723ec69a6b7eeb3e89d35dcf8fd223702ace6125
treee18dc88ce5e592ea93363a39f310e6991c346e96
parent77b0e2239a13fa83a745ea9b03994bf780a9738a
imx_watchdog: do not soft-reset while watchdog init

Currently the driver clears WCR_SRS bit when enabling
the watchdog and this causes a software reset. Do not
clear WCR_SRS.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/watchdog/imx_watchdog.c