Re: [PATCH v3 7/7] dt-bindings: rockchip-vpu: Convert bindings to json-schema

From: Ezequiel Garcia
Date: Thu Mar 26 2020 - 15:08:38 EST


On Thu, 2020-03-26 at 10:55 -0600, Rob Herring wrote:
> On Wed, 25 Mar 2020 18:34:38 -0300, Ezequiel Garcia wrote:
> > Convert Rockchip VPU (Hantro IP block) codec driver documentation to
> > json-schema.
> >
> > Cc: Mark Rutland <mark.rutland@xxxxxxx>
> > Cc: Rob Herring <robh@xxxxxxxxxx>
> > Signed-off-by: Ezequiel Garcia <ezequiel@xxxxxxxxxxxxx>
> > ---
> > .../bindings/media/rockchip-vpu.txt | 43 ----------
> > .../bindings/media/rockchip-vpu.yaml | 82 +++++++++++++++++++
> > MAINTAINERS | 2 +-
> > 3 files changed, 83 insertions(+), 44 deletions(-)
> > delete mode 100644 Documentation/devicetree/bindings/media/rockchip-vpu.txt
> > create mode 100644 Documentation/devicetree/bindings/media/rockchip-vpu.yaml
> >
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> Error: Documentation/devicetree/bindings/media/rockchip-vpu.example.dts:28.41-42 syntax error
> FATAL ERROR: Unable to parse input tree
> scripts/Makefile.lib:311: recipe for target 'Documentation/devicetree/bindings/media/rockchip-vpu.example.dt.yaml' failed
> make[1]: *** [Documentation/devicetree/bindings/media/rockchip-vpu.example.dt.yaml] Error 1
> make[1]: *** Waiting for unfinished jobs....
> Makefile:1262: recipe for target 'dt_binding_check' failed
> make: *** [dt_binding_check] Error 2
>
> See https://patchwork.ozlabs.org/patch/1261669
>
> 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.
>

Sure, I will.

Sorry about that!

Ezequiel