[U-Boot] u-boot-imx: watchdog driver always asserts WDOG1_B?

2016-08-01 Thread Ross Parker
behaves as I expect - i.e. WDOG1_B is asserted when the watchdog actually fires. Do others agree - am I on the right track? If so, should I submit a patch? (Something I have never done before and should learn how to do...) Regards, Ross Parker. ___ U-Boo

[U-Boot] [PATCH] imx_watchdog: Do not assert WDOG_B on watchdog init

2016-08-02 Thread Ross Parker
Currently the driver asserts WDOG_B by clearing WCR_WDA bit when enabling the watchdog. Do not clear WCR_WDA. Signed-off-by: Ross Parker Cc: Stefano Babic --- drivers/watchdog/imx_watchdog.c | 2 +- include/fsl_wdog.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff