On Wed, 20 Nov 2019 12:14:27 +0100, Neil Armstrong wrote: > Now that we have the DT validation in place, let's convert the device tree > bindings for the Amlogic Video Controller over to YAML schemas. > > This yaml bindings will then be extended to support new SoCs. > > Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > --- > .../bindings/media/amlogic,gx-vdec.yaml | 107 ++++++++++++++++++ > .../bindings/media/amlogic,vdec.txt | 72 ------------ > 2 files changed, 107 insertions(+), 72 deletions(-) > create mode 100644 Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > delete mode 100644 Documentation/devicetree/bindings/media/amlogic,vdec.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>