diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-03-11 15:13:28 -0800 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2021-04-13 20:07:35 -0500 |
commit | a8f96891077ec0a2226904fd84e36d2398d79cb4 (patch) | |
tree | ab61ff35c83593f08348130fd6e8bfd832d3d088 /MAINTAINERS | |
parent | 9d2e8b93236a45f20ae0b71cc507301111cc2f58 (diff) | |
download | linux-stable-a8f96891077ec0a2226904fd84e36d2398d79cb4.tar.gz linux-stable-a8f96891077ec0a2226904fd84e36d2398d79cb4.tar.bz2 linux-stable-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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
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> |