[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1608042367.294065.3775378.nullmailer@robh.at.kernel.org>
Date: Tue, 15 Dec 2020 08:26:07 -0600
From: Rob Herring <robh@...nel.org>
To: Adrien Grassein <adrien.grassein@...il.com>
Cc: lgirdwood@...il.com, linux-kernel@...r.kernel.org,
robh+dt@...nel.org, devicetree@...r.kernel.org,
troy.kisky@...ndarydevices.com, broonie@...nel.org,
gary.bisson@...ndarydevices.com
Subject: Re: [PATCH v3 1/2] dt-bindings: regulator: add pf8x00 PMIC
On Mon, 14 Dec 2020 23:58:50 +0100, Adrien Grassein wrote:
> Add a devicetree binding documentation for the pf8x00 regulator driver.
>
> Signed-off-by: Adrien Grassein <adrien.grassein@...il.com>
> ---
> .../regulator/nxp,pf8x00-regulator.yaml | 220 ++++++++++++++++++
> MAINTAINERS | 6 +
> 2 files changed, 226 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml:71:16: [warning] wrong indentation: expected 14 but found 15 (indentation)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1416222
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