[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1635166454.807053.190972.nullmailer@robh.at.kernel.org>
Date: Mon, 25 Oct 2021 07:54:14 -0500
From: Rob Herring <robh@...nel.org>
To: Jesse Taube <mr.bossman075@...il.com>
Cc: aisheng.dong@....com, linux-gpio@...r.kernel.org,
leonard.crestez@....com, b20788@...escale.com,
linux-arm-kernel@...ts.infradead.org, sboyd@...nel.org,
gregkh@...uxfoundation.org, giulio.benetti@...ettiengineering.com,
olof@...om.net, linux-kernel@...r.kernel.org, arnd@...db.de,
Mr.Bossman075@...il.com, abel.vesa@....com,
linus.walleij@...aro.org, mturquette@...libre.com,
linux-mmc@...r.kernel.org, jirislaby@...nel.org,
devicetree@...r.kernel.org, ulf.hansson@...aro.org,
stefan@...er.ch, festevam@...il.com,
nobuhiro1.iwamatsu@...hiba.co.jp, shawnguo@...nel.org,
robh+dt@...nel.org, fugang.duan@....com,
linux-serial@...r.kernel.org, linux@...linux.org.uk,
soc@...nel.org, s.hauer@...gutronix.de, linux-imx@....com,
linux-clk@...r.kernel.org, kernel@...gutronix.de,
adrian.hunter@...el.com
Subject: Re: [PATCH 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc
On Sun, 24 Oct 2021 11:40:16 -0400, Jesse Taube wrote:
> Add i.MXRT1050 pinctrl binding doc
>
> Cc: Giulio Benetti <giulio.benetti@...ettiengineering.com>
> Signed-off-by: Jesse Taube <Mr.Bossman075@...il.com>
> ---
> .../bindings/pinctrl/fsl,imxrt1050.yaml | 85 +++++++++++++++++++
> 1 file changed, 85 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#
Error: Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.example.dts:27.15-16 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:385: Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1441: dt_binding_check] Error 2
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1545393
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