]> git.ipfire.org Git - thirdparty/u-boot.git/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>
Thu, 7 Jun 2018 08:20:20 +0000 (10:20 +0200)
commit4ea456052986c7f45045b4307a8e5790bfd55936
tree2179c632a725dcb997c6b8ce9cda9b5b8542d06c
parent2923b4b6f4b09996c535353fa1464e0c2c146c5c
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]