[U-Boot] [PATCH 0/3] add new wdt driver for sp805

Qiang Zhao qiang.zhao at nxp.com
Tue May 7 03:16:04 UTC 2019


changes for v2:
	- modify the driver to DM
changes for v3:
	- drop member "timeout" of struct "sp805_wat_priv", it is not
	  needed

Zhao Qiang (3):
  watchdog: add sp805 watchdog support
  dts: fsl-ls1028a: add sp805 node which is a watchdog
  defconfig: ls1028ardb: enable wdt

 MAINTAINERS                   |   1 +
 arch/arm/dts/fsl-ls1028a.dtsi |   4 ++
 configs/ls1028ardb_defconfig  |   3 +
 drivers/watchdog/Kconfig      |   7 ++
 drivers/watchdog/Makefile     |   1 +
 drivers/watchdog/sp805_wdt.c  | 126 ++++++++++++++++++++++++++++++++++
 6 files changed, 142 insertions(+)
 create mode 100644 drivers/watchdog/sp805_wdt.c

-- 
2.17.1



More information about the U-Boot mailing list