On Thu, 26 Mar 2020 15:51:15 +0200, Florinel Iordache wrote: > Add ethernet backplane device tree bindings > > Signed-off-by: Florinel Iordache <florinel.iordache@xxxxxxx> > --- > .../bindings/net/ethernet-controller.yaml | 3 +- > .../devicetree/bindings/net/ethernet-phy.yaml | 53 +++++++++++++ > Documentation/devicetree/bindings/net/serdes.yaml | 90 ++++++++++++++++++++++ > 3 files changed, 145 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/net/serdes.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/net/serdes.yaml: mapping values are not allowed in this context in "<unicode string>", line 30, column 62 Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/net/serdes.example.dts' failed make[1]: *** [Documentation/devicetree/bindings/net/serdes.example.dts] Error 1 make[1]: *** Waiting for unfinished jobs.... Documentation/devicetree/bindings/net/ethernet-phy.yaml: mapping values are not allowed in this context in "<unicode string>", line 179, column 20 Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/net/ethernet-phy.example.dts' failed make[1]: *** [Documentation/devicetree/bindings/net/ethernet-phy.example.dts] Error 1 warning: no schema found in file: Documentation/devicetree/bindings/net/serdes.yaml warning: no schema found in file: Documentation/devicetree/bindings/net/ethernet-phy.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/serdes.yaml: ignoring, error parsing file /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/ethernet-phy.yaml: ignoring, error parsing file Makefile:1262: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1261991 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.