]> git.dujemihanovic.xyz Git - u-boot.git/commit
watchdog: arm_smc_wdt: add watchdog support
authorLionel Debieve <lionel.debieve@foss.st.com>
Fri, 14 Apr 2023 13:49:15 +0000 (15:49 +0200)
committerStefan Roese <sr@denx.de>
Tue, 18 Apr 2023 06:42:43 +0000 (08:42 +0200)
commit0d5990a24219cb50c2c1c3828afcd234808407ff
tree1a0d0d805a62dddae170442ee4263d8f9aa5913f
parent6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3
watchdog: arm_smc_wdt: add watchdog support

Implement a ARM SMCCC based driver that allow to use
a secure watchdog on the platform.

Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/arm_smc_wdt.c [new file with mode: 0644]