diff options
author | Sean Anderson | 2022-12-02 11:03:53 -0500 |
---|---|---|
committer | Tom Rini | 2023-01-11 11:54:50 -0500 |
commit | 46b2e5e92cacd9b912c43f5fa42213946ab46a63 (patch) | |
tree | f446aefed10a4de31d6ad74a810472df4eaefaa3 /MAINTAINERS | |
parent | 546795b5796670fda7985a50f17e281417ee0e4c (diff) |
reboot-mode: Add NVMEM reboot mode
This adds an NVMEM reboot mode driver, similar to Linux's
implementation. This allows using the same device tree binding for Linux
and U-Boot in most cases.
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 237f3940b43..b2de50ccfc8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1198,6 +1198,7 @@ M: Sean Anderson <seanga2@gmail.com> S: Maintained F: doc/api/nvmem.rst F: drivers/misc/nvmem.c +F: drivers/reboot-mode/reboot-mode-nvmem.c F: include/nvmem.h NXP C45 TJA11XX PHY DRIVER |