On Sun, 22 Aug 2021 18:04:44 +0200 Jacopo Mondi <jacopo@xxxxxxxxxx> wrote: > On Fri, Aug 20, 2021 at 02:46:12PM -0500, Rob Herring wrote: > > On Fri, 20 Aug 2021 15:38:19 +0200, Jacopo Mondi wrote: > > > Add documentation for the Senseair Sunrise 006-0-0007 CO2 NDIR sensor. > > > > > > Signed-off-by: Jacopo Mondi <jacopo@xxxxxxxxxx> > > > --- > > > v1->v2: > > > - Add maxItems to -gpios properties as suggested by Rob > > > - Add a label to the device node in the example as suggested by Rob > > > > > Labels cannot contain '-'. > > I'll make this > > sunrise: co2-sensor@68 Why label at all? Might be handy on a real board, but example doesn't need it. Jonathan > > My bad and sorry for not running dt_binding_check, I thought the > changes were trivial enough. > > Thanks > j > > > > --- > > > .../iio/chemical/senseair,sunrise.yaml | 53 +++++++++++++++++++ > > > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > > > 2 files changed, 55 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.yaml > > > > > > > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' > > on your patch (DT_CHECKER_FLAGS is new in v5.13): > > > > yamllint warnings/errors: > > > > dtschema/dtc warnings/errors: > > Error: Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.example.dts:23.21-22 syntax error > > FATAL ERROR: Unable to parse input tree > > make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.example.dt.yaml] Error 1 > > make[1]: *** Waiting for unfinished jobs.... > > make: *** [Makefile:1419: dt_binding_check] Error 2 > > > > doc reference errors (make refcheckdocs): > > > > See https://patchwork.ozlabs.org/patch/1519042 > > > > This check can fail if there are any dependencies. The base for a patch > > series is generally the most recent rc1. > > > > If you already ran 'make dt_binding_check' and didn't see the above > > error(s), then make sure 'yamllint' is installed and dt-schema is up to > > date: > > > > pip3 install dtschema --upgrade > > > > Please check and re-submit. > >