Re: [PATCH v3 1/2] dt-bindings: regulator: add pf8x00 PMIC
From: Rob Herring
Date: Tue Dec 15 2020 - 09:27:22 EST
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@xxxxxxxxx>
> ---
> .../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.