[PATCH 6/8] dt-bindings: mailbox : arm, mhu: Fix arm, scpi example used here

Rob Herring robh at kernel.org
Thu May 27 07:23:27 PDT 2021


On Wed, 26 May 2021 19:28:05 +0100, Sudeep Holla wrote:
> Now that the arm,scpi binding is converted to YAML format, the following
> errors are seen when doing `make DT_CHECKER_FLAGS=-m dt_binding_check`
> 
> 

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:
Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml:0:0: /example-1/soc/scpi: failed to match any schema with compatible: ['arm,scpi']
Documentation/devicetree/bindings/mailbox/arm,mhu.example.dt.yaml:0:0: /example-1/soc/scpi/power-domains-0: failed to match any schema with compatible: ['arm,scpi-power-domains']

See https://patchwork.ozlabs.org/patch/1484218

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.




More information about the linux-arm-kernel mailing list