commit | e8a348fe34dec7548f22da3acf5db4354efa6996 | [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 | 020e1b0e09524ca93e190ccf067663d41c640b0b [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>