On Thu, 17 Nov 2022 16:15:46 -0800, Tim Harvey wrote: > Add description for new property ti,led-modes in binding file. > > Signed-off-by: Tim Harvey <tharvey@xxxxxxxxxxxxx> > --- > .../devicetree/bindings/net/ti,dp83867.yaml | 6 ++++++ > include/dt-bindings/net/ti-dp83867.h | 16 ++++++++++++++++ > 2 files changed, 22 insertions(+) > 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/ti,dp83867.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/net/schemas/types.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221118001548.635752-2-tharvey@xxxxxxxxxxxxx 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 after running the above command.