commit | 170d0f93ed0b4c8044c7a0dbc4981b81e2f0498d | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Tue Sep 03 16:38:45 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:59 2019 +0200 |
tree | 997a4fd3cdc63e96ae126154789f418bc32f7e0c | |
parent | 86f6e4f2518b10d49fc27c4b157a0a8763b43866 [diff] |
DM: WDT: Convert WDT driver to use DM/DTS (including SYSRESET) This commit enables support for CONFIG_WDT in the U-Boot proper. Moreover, the SYSRESET_WATCHDOG driver is used to support 'reset' command. As SPL is not yet ready for DM conversion, the CONFIG_HW_WATCHDOG is enabled for it. This allows the legacy SPL code to work properly. Signed-off-by: Lukasz Majewski <lukma@denx.de>