On 29/06/2022 08:53, Geert Uytterhoeven wrote: > Hi Rob, > > On Wed, Jun 29, 2022 at 4:09 AM Rob Herring <robh@xxxxxxxxxx> wrote: >> On Tue, 28 Jun 2022 20:45:25 +0100, Phil Edworthy wrote: >>> Document Renesas RZ/V2M (r9a09g011) I2C controller bindings. >>> >>> Signed-off-by: Phil Edworthy <phil.edworthy@xxxxxxxxxxx> >>> Reviewed-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> >>> --- >>> v2: >>> - Use an enum and set the default for clock-frequency >>> - Add resets property >>> --- >>> .../bindings/i2c/renesas,rzv2m.yaml | 80 +++++++++++++++++++ >>> 1 file changed, 80 insertions(+) >>> create mode 100644 Documentation/devicetree/bindings/i2c/renesas,rzv2m.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/iio/temperature/adi,ltc2983.yaml: patternProperties:^thermistor@:properties:adi,excitation-current-nanoamp: '$ref' should not be valid under {'const': '$ref'} >> hint: Standard unit suffix properties don't need a type $ref >> from schema $id: http://devicetree.org/meta-schemas/core.yaml# >> /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml: ignoring, error in schema: patternProperties: ^thermistor@: properties: adi,excitation-current-nanoamp >> Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.example.dtb:0:0: /example-0/spi/ltc2983@0: failed to match any schema with compatible: ['adi,ltc2983'] > > All of these look like false-positives, i.e. not related to this patch? Few other patches also got it, I think the bot got some problem. Best regards, Krzysztof