]> git.dujemihanovic.xyz Git - u-boot.git/commit
watchdog: Add StarFive Watchdog driver
authorChanho Park <chanho61.park@samsung.com>
Sun, 5 Nov 2023 23:13:16 +0000 (08:13 +0900)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 5 Dec 2023 08:40:16 +0000 (16:40 +0800)
commitda264550980aee9d5ed4e6c18d4a4b027c2e242b
tree132f18121dc0a73aed408b633f73684bc075ee8e
parent8ef2d7926f6973707164f4bd8f76bb94e80f336b
watchdog: Add StarFive Watchdog driver

Add to support StarFive watchdog driver. The driver is imported from
linux kernel's drivers/watchdog/starfive-wdt.c without jh7100 support
because there is no support of jh7100 SoC in u-boot yet.
Howver, this patch has been kept the variant coding style because JH7100
can be added later and have a consistency with the linux driver.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/starfive_wdt.c [new file with mode: 0644]