All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sdm670: Fix pdc mapping
@ 2023-08-18 11:19 Konrad Dybcio
  2023-09-18 23:17 ` Richard Acayan
  2023-09-20  3:58 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Konrad Dybcio @ 2023-08-18 11:19 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
	Richard Acayan, Konrad Dybcio

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>
---
 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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: sdm670: Fix pdc mapping
  2023-08-18 11:19 [PATCH] arm64: dts: qcom: sdm670: Fix pdc mapping Konrad Dybcio
@ 2023-09-18 23:17 ` Richard Acayan
  2023-09-20  3:58 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Acayan @ 2023-09-18 23:17 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Marijn Suijten, linux-arm-msm, devicetree,
	linux-kernel

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>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: sdm670: Fix pdc mapping
  2023-08-18 11:19 [PATCH] arm64: dts: qcom: sdm670: Fix pdc mapping Konrad Dybcio
  2023-09-18 23:17 ` Richard Acayan
@ 2023-09-20  3:58 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-09-20  3:58 UTC (permalink / raw)
  To: Andy Gross, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Konrad Dybcio
  Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel, Richard Acayan


On Fri, 18 Aug 2023 13:19:09 +0200, Konrad Dybcio wrote:
> As pointed out by Richard, I missed a non-continuity in one of the ranges.
> Fix it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sdm670: Fix pdc mapping
      commit: ad75cda991f7b335d3b2417f82db07680f92648a

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-20  3:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18 11:19 [PATCH] arm64: dts: qcom: sdm670: Fix pdc mapping Konrad Dybcio
2023-09-18 23:17 ` Richard Acayan
2023-09-20  3:58 ` Bjorn Andersson

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.