[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1615917249.223984.3326120.nullmailer@robh.at.kernel.org>
Date: Tue, 16 Mar 2021 11:54:09 -0600
From: Rob Herring <robh@...nel.org>
To: satya priya <skakit@...eaurora.org>
Cc: David Collins <collinsd@...eaurora.org>,
devicetree@...r.kernel.org, kgunda@...eaurora.org,
rnayak@...eaurora.org, Mark Brown <broonie@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>, mka@...omium.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
Rob Herring <robh+dt@...nel.org>,
Andy Gross <agross@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>
Subject: Re: [PATCH V2 4/5] dt-bindings: regulator: Convert regulator bindings to YAML format
On Mon, 15 Mar 2021 19:24:13 +0530, satya priya wrote:
> Convert regulator bindings from .txt to .yaml format.
>
> Signed-off-by: satya priya <skakit@...eaurora.org>
> ---
> Changes in V2:
> - As per Mark's comment moved this patch to the end of series.
> - As per Rob's comments, added flash and rgb bindings, dropped allOf and
> unused labels and fixed few other things.
>
> .../bindings/regulator/qcom,rpmh-regulator.txt | 180 ---------------------
> .../bindings/regulator/qcom,rpmh-regulator.yaml | 158 ++++++++++++++++++
> 2 files changed, 158 insertions(+), 180 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt
> create mode 100644 Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml:111:2: [warning] wrong indentation: expected 2 but found 1 (indentation)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1453283
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