Skip to content

Commit 965e28c

Browse files
quic-kdybcioandersson
authored andcommitted
arm64: dts: qcom: sc7180: Expand IMEM region
We need more than what is currently described, expand the region to its actual boundaries. Fixes: ede638c ("arm64: dts: qcom: sc7180: Add IMEM and pil info regions") Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250523-topic-ipa_mem_dts-v1-3-f7aa94fac1ab@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 81a4a7d commit 965e28c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3526,18 +3526,18 @@
35263526
#interrupt-cells = <4>;
35273527
};
35283528

3529-
sram@146aa000 {
3529+
sram@14680000 {
35303530
compatible = "qcom,sc7180-imem", "syscon", "simple-mfd";
3531-
reg = <0 0x146aa000 0 0x2000>;
3531+
reg = <0 0x14680000 0 0x2e000>;
35323532

35333533
#address-cells = <1>;
35343534
#size-cells = <1>;
35353535

3536-
ranges = <0 0 0x146aa000 0x2000>;
3536+
ranges = <0 0 0x14680000 0x2e000>;
35373537

3538-
pil-reloc@94c {
3538+
pil-reloc@2a94c {
35393539
compatible = "qcom,pil-reloc-info";
3540-
reg = <0x94c 0xc8>;
3540+
reg = <0x2a94c 0xc8>;
35413541
};
35423542
};
35433543

0 commit comments

Comments
 (0)