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@xxxxxxx> > --- > .../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.