]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
watchdog: add amlogic watchdog support
authorPhilippe Boos <pboos@baylibre.com>
Mon, 13 Jun 2022 14:00:56 +0000 (16:00 +0200)
committerStefan Roese <sr@denx.de>
Thu, 21 Jul 2022 06:09:06 +0000 (08:09 +0200)
commit818055fd4e977593197a40bf1fb9b811673c2858
tree622bd329143607549c48fe2cd188729db76e2764
parenteff6f3d37ca132a1d7da798107a834fd8eaa6037
watchdog: add amlogic watchdog support

Add support for hardware watchdog timer for Amlogic SoCs.
This driver has been heavily inspired by his Linux equivalent
(meson_gxbb_wdt.c).

Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Philippe Boos <pboos@baylibre.com>
Reviewed-by: Stefan Roese <sr@denx.de>
MAINTAINERS
doc/board/amlogic/index.rst
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/meson_gxbb_wdt.c [new file with mode: 0644]