On Tue, 30 Nov 2021 20:12:28 -0800, Florian Fainelli wrote: > Conver the Broadcom iProc MDIO mux Device Tree binding to YAML. > > Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx> > --- > .../bindings/net/brcm,mdio-mux-iproc.txt | 62 -------------- > .../bindings/net/brcm,mdio-mux-iproc.yaml | 80 +++++++++++++++++++ > 2 files changed, 80 insertions(+), 62 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/brcm,mdio-mux-iproc.txt > create mode 100644 Documentation/devicetree/bindings/net/brcm,mdio-mux-iproc.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/brcm,mdio-mux-iproc.example.dt.yaml:0:0: /example-0/mdio-mux@66020000/mdio@0/pci-phy@0: failed to match any schema with compatible: ['brcm,ns2-pcie-phy'] Documentation/devicetree/bindings/net/brcm,mdio-mux-iproc.example.dt.yaml:0:0: /example-0/mdio-mux@66020000/mdio@7/pci-phy@0: failed to match any schema with compatible: ['brcm,ns2-pcie-phy'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1562000 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.