[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1637875562.214167.2858303.nullmailer@robh.at.kernel.org>
Date: Thu, 25 Nov 2021 14:26:02 -0700
From: Rob Herring <robh@...nel.org>
To: Cai Huoqing <caihuoqing@...du.com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-staging@...ts.linux.dev, Rob Herring <robh+dt@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH v2 2/3] dt-bindings: staging: Add the binding documentation for ZHOUYI AI accelerator
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@...du.com>
> ---
> .../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@...50000: 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.
Powered by blists - more mailing lists