projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82fade
)
arm64: dts: qcom: sc7180: Correct the pdc interrupt ranges
author
Maulik Shah
<mkshah@codeaurora.org>
Mon, 18 May 2020 12:20:02 +0000
(17:50 +0530)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Tue, 19 May 2020 03:08:35 +0000
(20:08 -0700)
Few PDC interrupts do not map to respective parent GIC interrupt.
Fix this by correcting the pdc interrupt map.
Fixes: 22f185ee81d2 ("arm64: dts: qcom: sc7180: Add pdc interrupt controller")
Cc: devicetree@vger.kernel.org
Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
Link:
https://lore.kernel.org/r/1589804402-27130-1-git-send-email-mkshah@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sc7180.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sc7180.dtsi
b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 6b12c60c37fb472ab715e6c5b4ba5511183b961e..7c2b79dda3d79b470f43d0b01e7f5ff099549d9d 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sc7180.dtsi
@@
-2461,8
+2461,7
@@
pdc: interrupt-controller@b220000 {
compatible = "qcom,sc7180-pdc", "qcom,pdc";
reg = <0 0x0b220000 0 0x30000>;
- qcom,pdc-ranges = <0 480 15>, <17 497 98>,
- <119 634 4>, <124 639 1>;
+ qcom,pdc-ranges = <0 480 94>, <94 609 31>, <125 63 1>;
#interrupt-cells = <2>;
interrupt-parent = <&intc>;
interrupt-controller;