]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: watchdog: Add DaVinci's watchdog support
authorBastien Curutchet <bastien.curutchet@bootlin.com>
Thu, 3 Oct 2024 08:42:55 +0000 (10:42 +0200)
committerStefan Roese <sr@denx.de>
Wed, 23 Oct 2024 04:52:38 +0000 (06:52 +0200)
commitf9318b067f43aa1618036db8d77d34086d62dc06
treea10eb1a42a92e7d960113f1c3491774a20788bfa
parent7f3d53c8bf3b851837dc2f5dd85e0c6a0d0116a1
drivers: watchdog: Add DaVinci's watchdog support

Add support for the DaVinci's watchdog timer

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/davinci_wdt.c [new file with mode: 0644]