aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2021-03-11 15:13:28 -0800
committerJassi Brar <jaswinder.singh@linaro.org>2021-04-13 20:07:35 -0500
commita8f96891077ec0a2226904fd84e36d2398d79cb4 (patch)
treeab61ff35c83593f08348130fd6e8bfd832d3d088
parentmailbox: fix various typos in comments (diff)
downloadwireguard-linux-a8f96891077ec0a2226904fd84e36d2398d79cb4.tar.xz
wireguard-linux-a8f96891077ec0a2226904fd84e36d2398d79cb4.zip
MAINTAINERS: Add DT bindings directory to mailbox
DT bindings related to mailbox drivers are typically picked by the mailbox maintainer, so add the binding folder to the maintainers entry to make sure get_maintainer finds it. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c80ad735b384..b672db4616af 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10604,6 +10604,7 @@ S: Maintained
F: drivers/mailbox/
F: include/linux/mailbox_client.h
F: include/linux/mailbox_controller.h
+F: Documentation/devicetree/bindings/mailbox/
MAILBOX ARM MHUv2
M: Viresh Kumar <viresh.kumar@linaro.org>