All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Botka <martin.botka@somainline.org>
To: Fabio Estevam <festevam@gmail.com>
Cc: bjorn.andersson@linaro.org, robh+dt@kernel.org,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: sm6125: Remove leading zeroes
Date: Thu, 23 Sep 2021 23:24:23 +0200	[thread overview]
Message-ID: <NSOWZQ.JJOVDV7CG9LR2@somainline.org> (raw)
In-Reply-To: <20210922195208.1734936-1-festevam@gmail.com>

Reviewed-by: Martin Botka <martin.botka@somainline.org>

On Wed, Sep 22 2021 at 04:52:08 PM -0300, Fabio Estevam 
<festevam@gmail.com> wrote:
> dtc complains about the leading zeroes:
> 
> arch/arm64/boot/dts/qcom/sm6125.dtsi:497.19-503.6: Warning 
> (unit_address_format): /soc/timer@f120000/frame@0f121000: unit name 
> should not have leading 0s
> arch/arm64/boot/dts/qcom/sm6125.dtsi:505.19-510.6: Warning 
> (unit_address_format): /soc/timer@f120000/frame@0f123000: unit name 
> should not have leading 0s
> arch/arm64/boot/dts/qcom/sm6125.dtsi:512.19-517.6: Warning 
> (unit_address_format): /soc/timer@f120000/frame@0f124000: unit name 
> should not have leading 0
> 
> Remove them.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  arch/arm64/boot/dts/qcom/sm6125.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm6125.dtsi 
> b/arch/arm64/boot/dts/qcom/sm6125.dtsi
> index 2b37ce6a9f9c..0c1057456597 100644
> --- a/arch/arm64/boot/dts/qcom/sm6125.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm6125.dtsi
> @@ -494,7 +494,7 @@ timer@f120000 {
>  			reg = <0x0f120000 0x1000>;
>  			clock-frequency = <19200000>;
> 
> -			frame@0f121000 {
> +			frame@f121000 {
>  				frame-number = <0>;
>  				interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
>  						<GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
> @@ -502,14 +502,14 @@ frame@0f121000 {
>  				      <0x0f122000 0x1000>;
>  			};
> 
> -			frame@0f123000 {
> +			frame@f123000 {
>  				frame-number = <1>;
>  				interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
>  				reg = <0x0f123000 0x1000>;
>  				status = "disabled";
>  			};
> 
> -			frame@0f124000 {
> +			frame@f124000 {
>  				frame-number = <2>;
>  				interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
>  				reg = <0x0f124000 0x1000>;
> --
> 2.25.1



  reply	other threads:[~2021-09-23 21:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-22 19:52 [PATCH] arm64: dts: sm6125: Remove leading zeroes Fabio Estevam
2021-09-23 21:24 ` Martin Botka [this message]
2021-09-24  2:23 ` (subset) " Bjorn Andersson
2021-09-24  2:30 ` patchwork-bot+linux-arm-msm
2021-10-20 13:25 ` Geert Uytterhoeven

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=NSOWZQ.JJOVDV7CG9LR2@somainline.org \
    --to=martin.botka@somainline.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.