Commit ad75cda9 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sdm670: Fix pdc mapping

As pointed out by Richard, I missed a non-continuity in one of the ranges.
Fix it.
Reported-by: default avatarRichard Acayan <mailingradian@gmail.com>
Fixes: b51ee205 ("arm64: dts: qcom: sdm670: Add PDC")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: default avatarRichard Acayan <mailingradian@gmail.com>
Link: https://lore.kernel.org/r/20230818-topic-670_pdc_fix-v1-1-1ba025041de7@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 018c949b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment