On Wed, 24 Nov 2021 16:46:16 +0800, Cai Huoqing wrote: > ZHOUYI NPU is an AI accelerator chip which is integrated into ARM SOC, > such as Allwinner R329 SOC. > Add the binding documentation for ZHOUYI AI accelerator. > > Signed-off-by: Cai Huoqing <caihuoqing@xxxxxxxxx> > --- > .../bindings/staging/arm,zynpu.yaml | 61 +++++++++++++++++++ > 1 file changed, 61 insertions(+) > create mode 100644 Documentation/devicetree/bindings/staging/arm,zynpu.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: Documentation/devicetree/bindings/staging/arm,zynpu.example.dts:23.28-32.15: Warning (unit_address_format): /example-0/soc/zynpu@03050000: unit name should not have leading 0s doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1558953 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.