From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 7/7] dt-bindings: rockchip-vpu: Convert bindings to json-schema Date: Thu, 26 Mar 2020 10:55:11 -0600 Message-ID: <20200326165511.GA11084@bogus> References: <20200325213439.16509-1-ezequiel@collabora.com> <20200325213439.16509-8-ezequiel@collabora.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200325213439.16509-8-ezequiel-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tomasz Figa , Nicolas Dufresne , kernel-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org, Jonas Karlman , Heiko Stuebner , Hans Verkuil , Alexandre Courbot , Jeffrey Kardatzke , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ezequiel Garcia List-Id: linux-rockchip.vger.kernel.org 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 > Cc: Rob Herring > Signed-off-by: Ezequiel Garcia > --- > .../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.