On Tue, 23 Nov 2021 11:15:16 +0100, Michael Tretter wrote: > From: Marek Vasut <marex@xxxxxxx> > > Add bindings for the Intersil ISL79987 analog to MIPI CSI-2 decoder. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > Cc: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > To: linux-media@xxxxxxxxxxxxxxx > Signed-off-by: Michael Tretter <m.tretter@xxxxxxxxxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > --- > Changelog: > > v8: none > > v7: none > > v6: none > > v5: none > > v4: none > > v3: > > - rename pd-gpios property to powerdown-gpios > - reference graph.yaml for ports/port properties > - remove reference to video-interfaces.txt > - remove unnecessary description of ports property > > v2: > > - convert binding to yaml > - change description to match only isl79987 > - replace num-inputs property with multiple ports > - add reset gpio > --- > .../bindings/media/i2c/isil,isl79987.yaml | 100 ++++++++++++++++++ > 1 file changed, 100 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/isil,isl79987.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: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/i2c/isil,isl79987.example.dt.yaml: isl7998x_mipi@44: ports:port@0:endpoint: Unevaluated properties are not allowed ('clock-lanes', 'data-lanes' were unexpected) From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/i2c/isil,isl79987.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1558453 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.