On Fri, Dec 13, 2019 at 1:41 AM Maxime Ripard <maxime@xxxxxxxxxx> wrote: > > The Allwinner SoCs have a hardware video codec that is supported in Linux, > with a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../allwinner,sun4i-a10-video-engine.yaml | 83 +++++++++++++++++++ > .../devicetree/bindings/media/cedrus.txt | 57 ------------- > 2 files changed, 83 insertions(+), 57 deletions(-) > create mode 100644 Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml > delete mode 100644 Documentation/devicetree/bindings/media/cedrus.txt > > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml > new file mode 100644 > index 000000000000..47c8513555b2 > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml > @@ -0,0 +1,83 @@ > +# SPDX-License-Identifier: GPL-2.0+ Do you have rights to change the license (adding '+' aka '-or-later')? If so, please add BSD-2-Clause. I don't have any other comments, so just confirm and I can change it when applying. Rob