From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: <p.paillet@foss.st.com>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
<devicetree@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: dts: stm32: fix dts check warnings on stm32mp15-scmi
Date: Thu, 10 Aug 2023 14:35:56 +0200 [thread overview]
Message-ID: <4da65f77-c170-f82d-efa7-1727a470bc9f@foss.st.com> (raw)
In-Reply-To: <20230717134627.2064553-1-p.paillet@foss.st.com>
On 7/17/23 15:46, p.paillet@foss.st.com wrote:
> From: Pascal Paillet <p.paillet@foss.st.com>
>
> Fix dts check warnings on stm32mp15-scmi reported by
> arm,scmi.yaml.
>
> Signed-off-by: Pascal Paillet <p.paillet@foss.st.com>
> ---
No more YAML issue on ST SCMI boards. Thanks!
Applied on stm32-next.
Thanks.
Alex
> arch/arm/boot/dts/st/stm32mp15-scmi.dtsi | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/st/stm32mp15-scmi.dtsi b/arch/arm/boot/dts/st/stm32mp15-scmi.dtsi
> index ad2584213d99..dc3b09f2f2af 100644
> --- a/arch/arm/boot/dts/st/stm32mp15-scmi.dtsi
> +++ b/arch/arm/boot/dts/st/stm32mp15-scmi.dtsi
> @@ -34,22 +34,21 @@ scmi_reguls: regulators {
> #address-cells = <1>;
> #size-cells = <0>;
>
> - scmi_reg11: reg11@0 {
> + scmi_reg11: regulator@0 {
> reg = <0>;
> regulator-name = "reg11";
> regulator-min-microvolt = <1100000>;
> regulator-max-microvolt = <1100000>;
> };
>
> - scmi_reg18: reg18@1 {
> - voltd-name = "reg18";
> + scmi_reg18: regulator@1 {
> reg = <1>;
> regulator-name = "reg18";
> regulator-min-microvolt = <1800000>;
> regulator-max-microvolt = <1800000>;
> };
>
> - scmi_usb33: usb33@2 {
> + scmi_usb33: regulator@2 {
> reg = <2>;
> regulator-name = "usb33";
> regulator-min-microvolt = <3300000>;
prev parent reply other threads:[~2023-08-10 12:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-17 13:46 [PATCH] ARM: dts: stm32: fix dts check warnings on stm32mp15-scmi p.paillet
2023-08-10 12:35 ` Alexandre TORGUE [this message]
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=4da65f77-c170-f82d-efa7-1727a470bc9f@foss.st.com \
--to=alexandre.torgue@foss.st.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=p.paillet@foss.st.com \
--cc=robh+dt@kernel.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).