commit | da264550980aee9d5ed4e6c18d4a4b027c2e242b | [log] [tgz] |
---|---|---|
author | Chanho Park <chanho61.park@samsung.com> | Mon Nov 06 08:13:16 2023 +0900 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Dec 05 16:40:16 2023 +0800 |
tree | 132f18121dc0a73aed408b633f73684bc075ee8e | |
parent | 8ef2d7926f6973707164f4bd8f76bb94e80f336b [diff] |
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>