[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1635902437.638872.3880386.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: Mr.Bossman075@...il.com, robh+dt@...nel.org, shawnguo@...nel.org,
mturquette@...libre.com, linux-gpio@...r.kernel.org,
kernel@...gutronix.de, olof@...om.net,
linux-kernel@...r.kernel.org, adrian.hunter@...el.com,
gregkh@...uxfoundation.org, ulf.hansson@...aro.org,
linus.walleij@...aro.org, nobuhiro1.iwamatsu@...hiba.co.jp,
jirislaby@...nel.org, linux-clk@...r.kernel.org,
aisheng.dong@....com, festevam@...il.com, linux@...linux.org.uk,
soc@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-imx@....com, devicetree@...r.kernel.org, abel.vesa@....com,
s.hauer@...gutronix.de, giulio.benetti@...ettiengineering.com,
linux-mmc@...r.kernel.org, linux-serial@...r.kernel.org,
arnd@...db.de, stefan@...er.ch, sboyd@...nel.org
Subject: Re: [PATCH v2 05/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock
On Tue, 02 Nov 2021 18:56:53 -0400, Jesse Taube wrote:
> From: Jesse Taube <mr.bossman075@...il.com>
>
> Add DT binding documentation for i.MXRT clock driver.
>
> Cc: Giulio Benetti <giulio.benetti@...ettiengineering.com>
> Signed-off-by: Jesse Taube <Mr.Bossman075@...il.com>
> ---
> V1->V2:
> * Replace macros with values
> ---
> .../bindings/clock/imxrt-clock.yaml | 70 +++++++++++++++++++
> 1 file changed, 70 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/imxrt-clock.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/clock/imxrt-clock.example.dt.yaml:0:0: /example-0/anatop@...d8000: failed to match any schema with compatible: ['fsl,imxrt-anatop']
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imxrt-clock.example.dt.yaml: ccm@...fc000: interrupts: [[95], [96]] is too long
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imxrt-clock.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imxrt-clock.example.dt.yaml: timer@...ec000: clocks: [[4294967295, 3]] is too short
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imxrt-clock.example.dt.yaml: timer@...ec000: clock-names:0: 'ipg' was expected
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imxrt-clock.example.dt.yaml: timer@...ec000: clock-names: ['per'] is too short
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1549993
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