On Tue, Apr 14, 2020 at 08:27:17AM -0500, Rob Herring wrote: > On Mon, 13 Apr 2020 00:06:56 +0530, mani@xxxxxxxxxx wrote: > > From: Manivannan Sadhasivam <mani@xxxxxxxxxx> > > > > This commit adds devicetree binding for AMS CCS811 VOC sensor. > > > > Signed-off-by: Manivannan Sadhasivam <mani@xxxxxxxxxx> > > --- > > .../bindings/iio/chemical/ams,ccs811.yaml | 50 +++++++++++++++++++ > > 1 file changed, 50 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/iio/chemical/ams,ccs811.yaml > > > > My bot found errors running 'make dt_binding_check' on your patch: > > Error: Documentation/devicetree/bindings/iio/chemical/ams,ccs811.example.dts:24.38-39 syntax error > FATAL ERROR: Unable to parse input tree > scripts/Makefile.lib:311: recipe for target 'Documentation/devicetree/bindings/iio/chemical/ams,ccs811.example.dt.yaml' failed > make[1]: *** [Documentation/devicetree/bindings/iio/chemical/ams,ccs811.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/1269473 > > 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: > Ah, sorry. I did run 'dtbs_check' but forgot that it won't report errors in the binding schemas. Will run `dt_binding_check` hereafter. Thanks, Mani > pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade > > Please check and re-submit.