devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Acayan <mailingradian@gmail.com>
To: Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: qcom: sdm670: Fix pdc mapping
Date: Mon, 18 Sep 2023 19:17:34 -0400	[thread overview]
Message-ID: <ZQjajpc4VLslnGgv@radian> (raw)
In-Reply-To: <20230818-topic-670_pdc_fix-v1-1-1ba025041de7@linaro.org>

On Fri, Aug 18, 2023 at 01:19:09PM +0200, Konrad Dybcio wrote:
> As pointed out by Richard, I missed a non-continuity in one of the ranges.
> Fix it.
>
> Reported-by: Richard Acayan <mailingradian@gmail.com>
> Fixes: b51ee205dc4f ("arm64: dts: qcom: sdm670: Add PDC")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---

Just a friendly reminder to everyone that this patch is still here.

Also, I see no issues arising from this patch.

Acked-by: Richard Acayan <mailingradian@gmail.com>

>  arch/arm64/boot/dts/qcom/sdm670.dtsi | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm670.dtsi b/arch/arm64/boot/dts/qcom/sdm670.dtsi
> index 84cd2e39266f..ba2043d67370 100644
> --- a/arch/arm64/boot/dts/qcom/sdm670.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm670.dtsi
> @@ -1328,7 +1328,8 @@ pdc: interrupt-controller@b220000 {
>  			compatible = "qcom,sdm670-pdc", "qcom,pdc";
>  			reg = <0 0x0b220000 0 0x30000>;
>  			qcom,pdc-ranges = <0 480 40>, <41 521 7>, <49 529 4>,
> -					  <54 534 24>, <79 559 30>, <115 630 7>;
> +					  <54 534 24>, <79 559 15>, <94 609 15>,
> +					  <115 630 7>;
>  			#interrupt-cells = <2>;
>  			interrupt-parent = <&intc>;
>  			interrupt-controller;
>
> ---
> base-commit: 7271b2a530428b879443b274c191b34536a4ea11
> change-id: 20230818-topic-670_pdc_fix-d07fbdf4d179
>
> Best regards,
> -- 
> Konrad Dybcio <konrad.dybcio@linaro.org>
>

  reply	other threads:[~2023-09-18 23:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-18 11:19 [PATCH] arm64: dts: qcom: sdm670: Fix pdc mapping Konrad Dybcio
2023-09-18 23:17 ` Richard Acayan [this message]
2023-09-20  3:58 ` Bjorn Andersson

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=ZQjajpc4VLslnGgv@radian \
    --to=mailingradian@gmail.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marijn.suijten@somainline.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 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).