dt-bindings: display: Convert VC4 bindings to schemas
authorMaxime Ripard <maxime@cerno.tech>
Wed, 27 May 2020 15:47:36 +0000 (17:47 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 10 Jun 2020 09:09:37 +0000 (11:09 +0200)
commit094536003e06b315105d72ef321f3f87f6780c6b
treecc411314d81d0770338b3941c582b9f2b055f3c2
parent99f55c798fcd838915c84fba868d9f7b996a5fbc
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
Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt [deleted file]
Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/brcm,bcm2835-hdmi.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/brcm,bcm2835-hvs.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/brcm,bcm2835-v3d.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml [new file with mode: 0644]
MAINTAINERS