Re: [U-Boot] [PATCH 1/2] watchdog: add sp805 watchdog support

2019-04-25 Thread Stefan Roese
On 26.04.19 08:22, Qiang Zhao wrote: sp805 is watchdog on some NXP layerscape SoCs, Now add its driver in uboot. Signed-off-by: Zhao Qiang --- MAINTAINERS | 1 + common/board_f.c | 2 +- drivers/watchdog/Kconfig | 8 + drivers/watchdog/Makefile|

[U-Boot] [PATCH 1/2] watchdog: add sp805 watchdog support

2019-04-25 Thread Qiang Zhao
sp805 is watchdog on some NXP layerscape SoCs, Now add its driver in uboot. Signed-off-by: Zhao Qiang --- MAINTAINERS | 1 + common/board_f.c | 2 +- drivers/watchdog/Kconfig | 8 + drivers/watchdog/Makefile| 1 + drivers/watchdog/sp805_wdt.c | 70 +++