aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Neeli <[email protected]>2023-04-20 16:12:31 +0530
committerWim Van Sebroeck <[email protected]>2023-06-26 14:30:06 +0200
commite62c63ffd06c376fcfd885c610d5228425627d7a (patch)
treeff9c4dc4d6774cb680c57588b218d1d3df7cf459
parent12984cea1b8c54104f8ac7f5609dfcc0752ad741 (diff)
MAINTAINERS: Add support for Xilinx versal watchdog
Added entry for Xilinx versal watchdog driver. Signed-off-by: Srinivas Neeli <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 35e19594640d..d3ecfae73f82 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23218,8 +23218,10 @@ M: Srinivas Neeli <[email protected]>
R: Shubhrajyoti Datta <[email protected]>
R: Michal Simek <[email protected]>
S: Maintained
+F: Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
F: Documentation/devicetree/bindings/watchdog/xlnx,xps-timebase-wdt.yaml
F: drivers/watchdog/of_xilinx_wdt.c
+F: drivers/watchdog/xilinx_wwdt.c
XILINX XDMA DRIVER
M: Lizhi Hou <[email protected]>