]> git.baikalelectronics.ru Git - uboot.git/commit
watchdog: ftwdt010: return a previously deleted driver now ported to DM
authorSergei Antonov <saproj@gmail.com>
Wed, 12 Apr 2023 11:01:58 +0000 (14:01 +0300)
committerStefan Roese <sr@denx.de>
Tue, 18 Apr 2023 06:42:43 +0000 (08:42 +0200)
commit7bde14083742955c4bcfdb49d5ae6431c8b3efb0
tree0634c3cafeec3bb0b985178d9e0709559ef42b00
parentbaa6f652b7b255d8e3fb3ec6a050e17eba5a109d
watchdog: ftwdt010: return a previously deleted driver now ported to DM

The ftwdt010 watchdog driver was deleted by
commit 4490199f8ddc ("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>
configs/sandbox_defconfig
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/ftwdt010_wdt.c [new file with mode: 0644]
include/faraday/ftwdt010_wdt.h