]> Git Repo - u-boot.git/commit
watchdog: Add StarFive Watchdog driver
authorChanho Park <[email protected]>
Sun, 5 Nov 2023 23:13:16 +0000 (08:13 +0900)
committerLeo Yu-Chi Liang <[email protected]>
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 <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/starfive_wdt.c [new file with mode: 0644]
This page took 0.03513 seconds and 4 git commands to generate.