On Wed, Dec 15, 2021 at 11:35:01PM +0100, Rafał Miłecki wrote: > Hi Rob, > > On 15.12.2021 23:27, Rob Herring wrote: > > On Wed, 15 Dec 2021 21:47:52 +0100, Rafał Miłecki wrote: > > > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > > > > > It's hardware block that is part of every SoC from BCM4908 family. > > > > > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > > > --- > > > .../pinctrl/brcm,bcm4908-pinctrl.yaml | 72 +++++++++++++++++++ > > > MAINTAINERS | 7 ++ > > > 2 files changed, 79 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,bcm4908-pinctrl.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: > > Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/pinctrl/pinctrl.yaml' > > xargs: dt-doc-validate: exited with status 255; aborting > > make[1]: *** Deleting file 'Documentation/devicetree/bindings/pinctrl/brcm,bcm4908-pinctrl.example.dt.yaml' > > Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/pinctrl/pinctrl.yaml' > > make[1]: *** [scripts/Makefile.lib:373: Documentation/devicetree/bindings/pinctrl/brcm,bcm4908-pinctrl.example.dt.yaml] Error 255 > > make[1]: *** Waiting for unfinished jobs.... > > make: *** [Makefile:1413: dt_binding_check] Error 2 > > this patch targets Linus's git tree: > https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=for-next > > Above tree contains 896568e5b9c8 ("dt-bindings: pinctrl: convert > controller description to the json-schema") which provides pinctrl.yaml. Please note that in the patch if you don't want to get this message. Otherwise, this is the alert that there's some dependency. Rob