commit | 6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3 | [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 | 89c4fecd9bc82edbc4c8524a874e77448f6665dd [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>