arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Sat, 30 Dec 2023 00:05:10 +0000 (01:05 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 23 Jan 2024 00:12:43 +0000 (18:12 -0600)
The AOSS_QMP region is overallocated, bleeding into space that's supposed
to be used by other peripherals. Fix it.

Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231230-topic-8180_more_fixes-v1-9-93b5c107ed43@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi

index 960058624a2f59dff4d9775ad2e4c0f476f20b10..c0dd44f1467489bb5f2559c6b6b92f971c35c040 100644 (file)
 
                aoss_qmp: power-controller@c300000 {
                        compatible = "qcom,sc8180x-aoss-qmp", "qcom,aoss-qmp";
-                       reg = <0x0 0x0c300000 0x0 0x100000>;
+                       reg = <0x0 0x0c300000 0x0 0x400>;
                        interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>;
                        mboxes = <&apss_shared 0>;