Re: [PATCH v3, 1/2] yaml: Add dm9051 SPI network yaml file
From: Rob Herring
Date: Fri Dec 10 2021 - 09:03:31 EST
On Fri, 10 Dec 2021 16:40:20 +0800, JosephCHANG wrote:
> For support davicom dm9051 device tree configure
>
> Signed-off-by: JosephCHANG <josright123@xxxxxxxxx>
> ---
> .../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.