[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1635902437.626178.3880384.nullmailer@robh.at.kernel.org>
Date: Tue, 02 Nov 2021 20:20:37 -0500
From: Rob Herring <robh@...nel.org>
To: Jesse Taube <mr.bossman075@...il.com>
Cc: mturquette@...libre.com, aisheng.dong@....com,
linux@...linux.org.uk, s.hauer@...gutronix.de,
linux-gpio@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
adrian.hunter@...el.com, linux-mmc@...r.kernel.org,
kernel@...gutronix.de, shawnguo@...nel.org,
linus.walleij@...aro.org, linux-serial@...r.kernel.org,
jirislaby@...nel.org, robh+dt@...nel.org, abel.vesa@....com,
festevam@...il.com, ulf.hansson@...aro.org,
linux-kernel@...r.kernel.org, stefan@...er.ch, olof@...om.net,
sboyd@...nel.org, Mr.Bossman075@...il.com,
nobuhiro1.iwamatsu@...hiba.co.jp, linux-clk@...r.kernel.org,
arnd@...db.de, devicetree@...r.kernel.org, linux-imx@....com,
soc@...nel.org, gregkh@...uxfoundation.org,
giulio.benetti@...ettiengineering.com
Subject: Re: [PATCH v2 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc
On Tue, 02 Nov 2021 18:56:50 -0400, Jesse Taube wrote:
> From: Jesse Taube <mr.bossman075@...il.com>
>
> Add i.MXRT1050 pinctrl binding doc
>
> Cc: Giulio Benetti <giulio.benetti@...ettiengineering.com>
> Signed-off-by: Jesse Taube <Mr.Bossman075@...il.com>
> ---
> V1->V2:
> * Replace macros with values
> * Add tab for last pinctrl value
> ---
> .../bindings/pinctrl/fsl,imxrt1050.yaml | 83 +++++++++++++++++++
> 1 file changed, 83 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.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/pinctrl/fsl,imxrt1050.yaml: $id: relative path/filename doesn't match actual path or filename
expected: http://devicetree.org/schemas/pinctrl/fsl,imxrt1050.yaml#
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.example.dt.yaml: iomuxc@...f8000: 'fsl,mux_mask', 'imxrt1050-evk' do not match any of the regexes: 'grp$', 'pinctrl-[0-9]+'
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.example.dt.yaml: iomuxc@...f8000: 'pinctrl-0' is a dependency of 'pinctrl-names'
From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/pinctrl/pinctrl-consumer.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1549987
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.
Powered by blists - more mailing lists