Skip to content

Commit cf5716a

Browse files
lumagMarc Zyngier
authored andcommitted
arm64: dts: qcom: sm8150: extend the size of the PDC resource
Follow the example of other platforms and extend the PDC resource region to 0x30000, so that the PDC driver can read the PDC_VERSION register. Fixes: 397ad94 ("arm64: dts: qcom: sm8150: Add pdc interrupt controller node") Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20230905-topic-sm8x50-upstream-pdc-ver-v4-2-fc633c7df84b@linaro.org
1 parent 5873d38 commit cf5716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sm8150.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3958,7 +3958,7 @@
39583958

39593959
pdc: interrupt-controller@b220000 {
39603960
compatible = "qcom,sm8150-pdc", "qcom,pdc";
3961-
reg = <0 0x0b220000 0 0x400>;
3961+
reg = <0 0x0b220000 0 0x30000>;
39623962
qcom,pdc-ranges = <0 480 94>, <94 609 31>,
39633963
<125 63 1>;
39643964
#interrupt-cells = <2>;

0 commit comments

Comments
 (0)