diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-05-27 17:47:36 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-06-10 11:09:37 +0200 |
commit | 094536003e06b315105d72ef321f3f87f6780c6b (patch) | |
tree | cc411314d81d0770338b3941c582b9f2b055f3c2 /MAINTAINERS | |
parent | drm/udl: Use GEM vmap/mmap function from SHMEM helpers (diff) | |
download | linux-094536003e06b315105d72ef321f3f87f6780c6b.tar.xz linux-094536003e06b315105d72ef321f3f87f6780c6b.zip |
dt-bindings: display: Convert VC4 bindings to schemas
The BCM283x SoCs have a display pipeline composed of several controllers
with device tree bindings that are supported by Linux.
Now that we have the DT validation in place, let's split into separate
files and convert the device tree bindings for those controllers to
schemas.
This is just a 1:1 conversion though, and some bindings were incomplete so
it results in example validation warnings that are going to be addressed in
the following patches.
Acked-by: Eric Anholt <eric@anholt.net>
Reviewed: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/2dc6384c945c7d35ab4f75464d3a77046dc125b3.1590594512.git-series.maxime@cerno.tech
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 938316092634..d59c5d34d3b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5754,7 +5754,7 @@ M: Eric Anholt <eric@anholt.net> S: Supported T: git git://github.com/anholt/linux T: git git://anongit.freedesktop.org/drm/drm-misc -F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt +F: Documentation/devicetree/bindings/display/brcm,bcm2835-*.yaml F: drivers/gpu/drm/vc4/ F: include/uapi/drm/vc4_drm.h |