diff options
author | Philippe Boos | 2022-06-13 16:00:56 +0200 |
---|---|---|
committer | Stefan Roese | 2022-07-21 08:09:06 +0200 |
commit | 818055fd4e977593197a40bf1fb9b811673c2858 (patch) | |
tree | 622bd329143607549c48fe2cd188729db76e2764 /doc/board | |
parent | eff6f3d37ca132a1d7da798107a834fd8eaa6037 (diff) |
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>
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/amlogic/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/board/amlogic/index.rst b/doc/board/amlogic/index.rst index 9c7fadf2c02..cc2ba508892 100644 --- a/doc/board/amlogic/index.rst +++ b/doc/board/amlogic/index.rst @@ -73,6 +73,8 @@ This matrix concerns the actual source code version. +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+ | PCIe (+NVMe) | *N/A* | *N/A* | *N/A* | **Yes** | **Yes** | **Yes** | **Yes** | +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+ +| Watchdog | *N/A* | **Yes** | *N/A* | *N/A* | *N/A* | *N/A* | *N/A* | ++-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+ Boot Documentation ------------------ |