Re: [PATCH 1/2] dt-bindings: pinctrl: Add binding for BCM4908 pinctrl
From: Rob Herring <robh@kernel.org>
Date: 2021-12-16 15:32:58
Also in:
linux-gpio
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:quoted
On Wed, 15 Dec 2021 21:47:52 +0100, Rafał Miłecki wrote:quoted
From: Rafał Miłecki <rafal@milecki.pl> It's hardware block that is part of every SoC from BCM4908 family. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- .../pinctrl/brcm,bcm4908-pinctrl.yaml | 72 +++++++++++++++++++ MAINTAINERS | 7 ++ 2 files changed, 79 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,bcm4908-pinctrl.yamlMy 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 2this 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