* [PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping
@ 2026-07-29 14:08 Konrad Dybcio
2026-07-29 15:36 ` Abel Vesa
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Konrad Dybcio @ 2026-07-29 14:08 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Abel Vesa, Taniya Das,
Manaf Meethalavalappu Pallikunhi, Kamal Wadhwa,
Jyothi Kumar Seerapu
Cc: Qiang Yu, linux-arm-msm, devicetree, linux-kernel, Konrad Dybcio
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Some of the sub-ranges are inconsistent with HW docs. Fix them.
They are valid for both Glymur and Mahua.
Fixes: 41b6e8db400c ("arm64: dts: qcom: Introduce Glymur base dtsi")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/glymur.dtsi | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi
index f32af66a3f1c..aab6b73dbc41 100644
--- a/arch/arm64/boot/dts/qcom/glymur.dtsi
+++ b/arch/arm64/boot/dts/qcom/glymur.dtsi
@@ -5378,9 +5378,13 @@ dispcc: clock-controller@af00000 {
pdc: interrupt-controller@b220000 {
compatible = "qcom,glymur-pdc", "qcom,pdc";
reg = <0x0 0x0b220000 0x0 0x10000>;
- qcom,pdc-ranges = <0 745 51>,
- <51 527 47>,
- <98 609 32>,
+ qcom,pdc-ranges = <0 745 38>,
+ <40 785 11>,
+ <51 527 4>,
+ <57 533 10>,
+ <70 546 4>,
+ <75 551 18>,
+ <108 619 22>,
<130 717 12>,
<142 251 5>,
<147 796 16>,
---
base-commit: 3652b49adac266a3d27cb41cdfdb7d8790fc3633
change-id: 20260729-topic-glymur_pdc-f9e0dcba1fb8
Best regards,
--
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping
2026-07-29 14:08 [PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping Konrad Dybcio
@ 2026-07-29 15:36 ` Abel Vesa
2026-07-30 10:46 ` Gopikrishna Garmidi
2026-07-31 3:24 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Abel Vesa @ 2026-07-29 15:36 UTC (permalink / raw)
To: Konrad Dybcio
Cc: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Abel Vesa, Taniya Das, Manaf Meethalavalappu Pallikunhi,
Kamal Wadhwa, Jyothi Kumar Seerapu, Qiang Yu, linux-arm-msm,
devicetree, linux-kernel, Konrad Dybcio
On 26-07-29 16:08:32, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> Some of the sub-ranges are inconsistent with HW docs. Fix them.
> They are valid for both Glymur and Mahua.
>
> Fixes: 41b6e8db400c ("arm64: dts: qcom: Introduce Glymur base dtsi")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping
2026-07-29 14:08 [PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping Konrad Dybcio
2026-07-29 15:36 ` Abel Vesa
@ 2026-07-30 10:46 ` Gopikrishna Garmidi
2026-07-31 3:24 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Gopikrishna Garmidi @ 2026-07-30 10:46 UTC (permalink / raw)
To: Konrad Dybcio, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Abel Vesa, Taniya Das,
Manaf Meethalavalappu Pallikunhi, Kamal Wadhwa,
Jyothi Kumar Seerapu
Cc: Qiang Yu, linux-arm-msm, devicetree, linux-kernel, Konrad Dybcio
On 7/29/2026 7:38 PM, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> Some of the sub-ranges are inconsistent with HW docs. Fix them.
> They are valid for both Glymur and Mahua.
>
> Fixes: 41b6e8db400c ("arm64: dts: qcom: Introduce Glymur base dtsi")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Gopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping
2026-07-29 14:08 [PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping Konrad Dybcio
2026-07-29 15:36 ` Abel Vesa
2026-07-30 10:46 ` Gopikrishna Garmidi
@ 2026-07-31 3:24 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-07-31 3:24 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Abel Vesa,
Taniya Das, Manaf Meethalavalappu Pallikunhi, Kamal Wadhwa,
Jyothi Kumar Seerapu, Konrad Dybcio
Cc: Qiang Yu, linux-arm-msm, devicetree, linux-kernel, Konrad Dybcio
On Wed, 29 Jul 2026 16:08:32 +0200, Konrad Dybcio wrote:
> Some of the sub-ranges are inconsistent with HW docs. Fix them.
> They are valid for both Glymur and Mahua.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: glymur: Fix PDC IRQ mapping
commit: 1b0b6ddd0299efa29d18f68a2d7152ad67cb9576
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-31 3:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 14:08 [PATCH] arm64: dts: qcom: glymur: Fix PDC IRQ mapping Konrad Dybcio
2026-07-29 15:36 ` Abel Vesa
2026-07-30 10:46 ` Gopikrishna Garmidi
2026-07-31 3:24 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®