]> git.sur5r.net Git - u-boot/commit
watchdog: Add Cadence watchdog driver
authorShreenidhi Shedi <imshedi@gmail.com>
Wed, 21 Feb 2018 15:50:20 +0000 (16:50 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 23 Mar 2018 08:34:43 +0000 (09:34 +0100)
commit42537ca4c890bb31ddf11a5cac578d5a2c81bf37
treea529cda0438e7683e65794c3db5bc97c749fb662
parent58afff43e3a8f31344cbbc6a3f09bd3f7a2a70eb
watchdog: Add Cadence watchdog driver

This IP can be found on Zynq and ZynqMP devices.
The driver was tested with reset-on-timeout; feature.

Also adding WATCHDOG symbol to Kconfig because it is required.

Signed-off-by: Shreenidhi Shedi <imshedi@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/cdns_wdt.c [new file with mode: 0644]