]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: qcom: sc8280xp: Fix up remoteproc register space sizes
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Thu, 12 Dec 2024 22:19:37 +0000 (23:19 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 7 Jan 2025 00:23:56 +0000 (18:23 -0600)
Make sure the remoteproc reg ranges reflect the entire register space
they refer to.

Since they're unused by the driver, there's no functional change.

Fixes: 152d1faf1e2f ("arm64: dts: qcom: add SC8280XP platform")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20241212-topic-8280_rproc_reg-v1-1-bd1c696e91b0@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8280xp.dtsi

index db1d7f15886689398c6d058c52dc2cb04d68d372..276b46a1693355577d3f3986c9f0da1f53012272 100644 (file)
 
                remoteproc_adsp: remoteproc@3000000 {
                        compatible = "qcom,sc8280xp-adsp-pas";
-                       reg = <0 0x03000000 0 0x100>;
+                       reg = <0 0x03000000 0 0x10000>;
 
                        interrupts-extended = <&intc GIC_SPI 162 IRQ_TYPE_EDGE_RISING>,
                                              <&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>,
 
                remoteproc_nsp0: remoteproc@1b300000 {
                        compatible = "qcom,sc8280xp-nsp0-pas";
-                       reg = <0 0x1b300000 0 0x100>;
+                       reg = <0 0x1b300000 0 0x10000>;
 
                        interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>,
                                              <&smp2p_nsp0_in 0 IRQ_TYPE_EDGE_RISING>,
 
                remoteproc_nsp1: remoteproc@21300000 {
                        compatible = "qcom,sc8280xp-nsp1-pas";
-                       reg = <0 0x21300000 0 0x100>;
+                       reg = <0 0x21300000 0 0x10000>;
 
                        interrupts-extended = <&intc GIC_SPI 887 IRQ_TYPE_EDGE_RISING>,
                                              <&smp2p_nsp1_in 0 IRQ_TYPE_EDGE_RISING>,