[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200629215839.GA3004274@bogus>
Date: Mon, 29 Jun 2020 15:58:39 -0600
From: Rob Herring <robh@...nel.org>
To: Florinel Iordache <florinel.iordache@....com>
Cc: kuba@...nel.org, robh+dt@...nel.org, shawnguo@...nel.org,
linux-doc@...r.kernel.org, devicetree@...r.kernel.org,
davem@...emloft.net, andrew@...n.ch, mark.rutland@....com,
linux@...linux.org.uk, corbet@....net, ioana.ciornei@....com,
linux-kernel@...r.kernel.org, hkallweit1@...il.com,
f.fainelli@...il.com, leoyang.li@....com, netdev@...r.kernel.org,
madalin.bucur@....nxp.com
Subject: Re: [PATCH net-next v3 2/7] dt-bindings: net: add backplane dt
bindings
On Mon, 22 Jun 2020 16:35:19 +0300, Florinel Iordache wrote:
> Add ethernet backplane device tree bindings
>
> Signed-off-by: Florinel Iordache <florinel.iordache@....com>
> ---
> .../bindings/net/ethernet-controller.yaml | 7 ++-
> .../devicetree/bindings/net/ethernet-phy.yaml | 50 ++++++++++++++++++++++
> .../devicetree/bindings/net/serdes-lane.yaml | 49 +++++++++++++++++++++
> Documentation/devicetree/bindings/net/serdes.yaml | 42 ++++++++++++++++++
> 4 files changed, 146 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/net/serdes-lane.yaml
> create mode 100644 Documentation/devicetree/bindings/net/serdes.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/serdes.example.dt.yaml: example-0: serdes@...0000:reg:0: [0, 32112640, 0, 8192] is too long
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/serdes-lane.example.dt.yaml: example-0: serdes@...0000:reg:0: [0, 32112640, 0, 8192] is too long
See https://patchwork.ozlabs.org/patch/1314386
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade
Please check and re-submit.
Powered by blists - more mailing lists