On Tue, 22 Sep 2020 14:00:07 +0200, Philipp Zabel wrote: > Convert to YAML, add missing "fsl,imx6dl-vpu", "cnm,coda960" > compatible, and specify the power-domain property for i.MX6. > > Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > --- > .../devicetree/bindings/media/coda.txt | 31 ----- > .../devicetree/bindings/media/coda.yaml | 109 ++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 110 insertions(+), 32 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/coda.txt > create mode 100644 Documentation/devicetree/bindings/media/coda.yaml > My bot found errors running 'make dt_binding_check' on your patch: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/coda.example.dt.yaml: video-codec@63ff4000: clock-names:0: 'per' was expected From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/coda.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/coda.example.dt.yaml: video-codec@63ff4000: clock-names:1: 'ahb' was expected From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/coda.yaml See https://patchwork.ozlabs.org/patch/1369025 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.