linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: satya priya <skakit@codeaurora.org>
Cc: David Collins <collinsd@codeaurora.org>,
	devicetree@vger.kernel.org, kgunda@codeaurora.org,
	rnayak@codeaurora.org, Mark Brown <broonie@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	mka@chromium.org, linux-kernel@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Andy Gross <agross@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [PATCH V2 4/5] dt-bindings: regulator: Convert regulator bindings to YAML format
Date: Tue, 16 Mar 2021 11:54:09 -0600	[thread overview]
Message-ID: <1615917249.223984.3326120.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <1615816454-1733-5-git-send-email-skakit@codeaurora.org>

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@codeaurora.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.


  reply	other threads:[~2021-03-16 17:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 13:54 [PATCH V2 0/5] Add PM7325/PM8350C/PMR735A regulator support satya priya
2021-03-15 13:54 ` [PATCH V2 1/5] regulator: qcom-rpmh: Add pmic5_ftsmps520 buck satya priya
2021-03-16 19:22   ` Matthias Kaehlcke
2021-03-15 13:54 ` [PATCH V2 2/5] regulator: qcom-rpmh: Add PM7325/PMR735A regulator support satya priya
2021-03-16 19:52   ` Matthias Kaehlcke
2021-03-19  7:57     ` skakit
2021-03-15 13:54 ` [PATCH V2 3/5] arm64: dts: qcom: sc7280: Add RPMh regulators for sc7280-idp satya priya
2021-03-16 23:26   ` Matthias Kaehlcke
2021-03-19  8:00     ` skakit
2021-03-15 13:54 ` [PATCH V2 4/5] dt-bindings: regulator: Convert regulator bindings to YAML format satya priya
2021-03-16 17:54   ` Rob Herring [this message]
2021-03-16 18:47   ` Matthias Kaehlcke
2021-03-19  7:58     ` skakit
2021-03-15 13:54 ` [PATCH V2 5/5] dt-bindings: regulator: Add compatibles for PM7325/PMR735A satya priya
2021-03-16 23:32   ` Matthias Kaehlcke
2021-03-15 15:20 ` [PATCH V2 0/5] Add PM7325/PM8350C/PMR735A regulator support Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615917249.223984.3326120.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=broonie@kernel.org \
    --cc=collinsd@codeaurora.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kgunda@codeaurora.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mka@chromium.org \
    --cc=rnayak@codeaurora.org \
    --cc=robh+dt@kernel.org \
    --cc=skakit@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).