[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1628269641.635234.1430716.nullmailer@robh.at.kernel.org>
Date: Fri, 06 Aug 2021 11:07:21 -0600
From: Rob Herring <robh@...nel.org>
To: Joel Stanley <joel@....id.au>
Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>,
netdev@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
David Shah <dave@....me>, Anton Blanchard <anton@...abs.org>,
Stafford Horne <shorne@...il.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Mateusz Holenko <mholenko@...micro.com>,
"David S . Miller" <davem@...emloft.net>,
Karol Gugala <kgugala@...micro.com>,
Gabriel Somlo <gsomlo@...il.com>,
Jakub Kicinski <kuba@...nel.org>
Subject: Re: [PATCH 1/2] dt-bindings: net: Add bindings for LiteETH
On Fri, 06 Aug 2021 15:19:03 +0930, Joel Stanley wrote:
> LiteETH is a small footprint and configurable Ethernet core for FPGA
> based system on chips.
>
> Signed-off-by: Joel Stanley <joel@....id.au>
> ---
> .../bindings/net/litex,liteeth.yaml | 62 +++++++++++++++++++
> 1 file changed, 62 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/litex,liteeth.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/litex,liteeth.example.dt.yaml: example-0: ethernet@...0000:reg:0: [134352896, 256, 134350848, 256, 134414336, 8192] is too long
From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/litex,liteeth.example.dt.yaml: ethernet@...0000: reg: [[134352896, 256, 134350848, 256, 134414336, 8192]] is too short
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/litex,liteeth.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1514186
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