]> git.dujemihanovic.xyz Git - u-boot.git/commit
watchdog: Add a watchdog driver for Raspberry Pi boards
authorETIENNE DUBLE <etienne.duble@imag.fr>
Wed, 25 Jan 2023 09:57:28 +0000 (10:57 +0100)
committerStefan Roese <sr@denx.de>
Tue, 18 Apr 2023 06:42:43 +0000 (08:42 +0200)
commit89c4fecd9bc82edbc4c8524a874e77448f6665dd
tree4e9b47e43d89e79232a9f7b80ed5ee3ad804d9a6
parent5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79
watchdog: Add a watchdog driver for Raspberry Pi boards

This driver supports the bcm2835 watchdog found on
Raspberry Pi boards.
It is derived from the Linux driver and was tested
on two Raspberry Pi board versions (B+ and 3B+).

Signed-off-by: Etienne Dublé <etienne.duble@imag.fr>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/bcm2835_wdt.c [new file with mode: 0644]