[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1639144976.213447.1252247.nullmailer@robh.at.kernel.org>
Date: Fri, 10 Dec 2021 08:02:56 -0600
From: Rob Herring <robh@...nel.org>
To: JosephCHANG <josright123@...il.com>
Cc: Jakub Kicinski <kuba@...nel.org>, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, joseph_chang@...icom.com.tw,
devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
"David S . Miller" <davem@...emloft.net>
Subject: Re: [PATCH v3, 1/2] yaml: Add dm9051 SPI network yaml file
On Fri, 10 Dec 2021 16:40:20 +0800, JosephCHANG wrote:
> For support davicom dm9051 device tree configure
>
> Signed-off-by: JosephCHANG <josright123@...il.com>
> ---
> .../bindings/net/davicom,dm9051.yaml | 71 +++++++++++++++++++
> 1 file changed, 71 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/davicom,dm9051.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/net/davicom,dm9051.example.dt.yaml: dm9051@0: $nodename:0: 'dm9051@0' does not match '^ethernet(@.*)?$'
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/davicom,dm9051.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1566354
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