Re: [PATCH net-next v3 2/7] dt-bindings: net: add backplane dt bindings
From: Rob Herring <robh@kernel.org>
Date: 2020-06-29 21:58:50
Also in:
linux-devicetree, linux-doc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-06-29 21:58:50
Also in:
linux-devicetree, linux-doc, lkml
On Mon, 22 Jun 2020 16:35:19 +0300, Florinel Iordache wrote:
Add ethernet backplane device tree bindings Signed-off-by: Florinel Iordache <redacted> --- .../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@1ea0000: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@1ea0000: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.