commit | a0d986045f35d76a695fdf71852d9173e550e803 | [log] [tgz] |
---|---|---|
author | Sergei Antonov <saproj@gmail.com> | Wed Apr 12 14:01:58 2023 +0300 |
committer | Stefan Roese <sr@denx.de> | Tue Apr 18 08:42:43 2023 +0200 |
tree | 0634c3cafeec3bb0b985178d9e0709559ef42b00 | |
parent | 73a6e706002cc9e90adff69198755ee957723392 [diff] |
watchdog: ftwdt010: return a previously deleted driver now ported to DM The ftwdt010 watchdog driver was deleted by commit 11232139e399 ("nds32: Remove the architecture") Return it to the codebase in a DM compatible form. Enable it in sandbox_defconfig to test compilability. Another platform using ftwdt010 will be submitted later. Signed-off-by: Sergei Antonov <saproj@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>