]> git.dujemihanovic.xyz Git - u-boot.git/commit
da9063: Add watchdog support
authorFabio Estevam <festevam@denx.de>
Tue, 17 Sep 2024 13:55:50 +0000 (10:55 -0300)
committerFabio Estevam <festevam@denx.de>
Fri, 4 Oct 2024 12:51:39 +0000 (09:51 -0300)
commit52612185af48871d1639b46996711825bd1982c4
tree7c1f69093e85104132b38c9d9c28ca7daa513a71
parentedb2e27530c2a24de8b2e5d24542ecbc6dbbc721
da9063: Add watchdog support

The DA9063 PMIC is a multi-function device that provides
regulator, watchdog, RTC, and ON key functionalities.

Add support for the DA9063 PMIC watchdog functionality.

Based on the 6.11 kernel drivers/watchdog/da9063_wdt.c driver.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/power/pmic/da9063.c
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/da9063-wdt.c [new file with mode: 0644]