On Wed, Jul 06, 2022 at 04:28:40PM +0200, LABBE Corentin wrote: > Le Wed, Jul 06, 2022 at 07:29:04AM -0600, Rob Herring a écrit : > > On Wed, 06 Jul 2022 09:04:04 +0000, Corentin Labbe wrote: > > > The latest addition to the rockchip crypto driver need to update the > > > driver bindings. > > > > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > > Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx> > > > --- > > > .../crypto/rockchip,rk3288-crypto.yaml | 85 +++++++++++++++++-- > > > 1 file changed, 77 insertions(+), 8 deletions(-) > > > > > > > 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/crypto/rockchip,rk3288-crypto.yaml: allOf:0:then:properties:clock-names: 'oneOf' conditional failed, one must be fixed: > > [{'const': 'aclk'}, {'const': 'hclk'}, {'const': 'sclk'}, {'const': 'apb_pclk'}] is too long > > [{'const': 'aclk'}, {'const': 'hclk'}, {'const': 'sclk'}, {'const': 'apb_pclk'}] is too short > > False schema does not allow 4 > > 1 was expected > > 4 is greater than the maximum of 2 > > 4 is greater than the maximum of 3 > > Hello > > I upgraded to dt-schema 2022.07 and fail to reproduce all errors. Did you clean your tree or just touch this file after upgrading? I'm guessing not. We don't detect dt-schema changes. Rob