Re: [PATCH v2 7/7] dt-bindings: adin1100: Add binding for ADIN1100 Ethernet PHY
From: Rob Herring <robh@kernel.org>
Date: 2021-07-12 14:13:08
Also in:
lkml, netdev
From: Rob Herring <robh@kernel.org>
Date: 2021-07-12 14:13:08
Also in:
lkml, netdev
On Mon, 12 Jul 2021 16:06:31 +0300, alexandru.tachici@analog.com wrote:
From: Alexandru Tachici <redacted> DT bindings for the ADIN1100 10BASE-T1L Ethernet PHY. Signed-off-by: Alexandru Tachici <redacted> --- .../devicetree/bindings/net/adi,adin1100.yaml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/adi,adin1100.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: Documentation/devicetree/bindings/net/adi,adin1100.example.dt.yaml:0:0: /example-0/ethernet@e000c000: failed to match any schema with compatible: ['cdns,zynq-gem', 'cdns,gem'] Documentation/devicetree/bindings/net/adi,adin1100.example.dt.yaml:0:0: /example-0/ethernet@e000c000: failed to match any schema with compatible: ['cdns,zynq-gem', 'cdns,gem'] \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1503981 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.