[U-Boot] [PATCH 0/3] add new wdt driver for sp805
    Qiang Zhao 
    qiang.zhao at nxp.com
       
    Mon Apr 29 08:24:33 UTC 2019
    
    
  
changes for v2:
	- modify the driver to DM
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