Skip to content

Commit

Permalink
arm64: dts: qcom: sm8150: Correct addresses from 55.2.A.xxx
Browse files Browse the repository at this point in the history
The addresses currently used by our sm8150 DTS are old: so old, in fact,
that kumano ends up being unable to use the modem (no IMEI) and WLAN
when flashing its Android 11 (55.2.A.xxx) provided modem.

Update the addresses to resolve the weird "flash A10 to use A11" mismatch.

Link: sonyxperiadev/bug_tracker#694
Signed-off-by: voidanix <voidanix@keyedlimepie.org>
  • Loading branch information
voidanix authored and jerpelea committed Nov 9, 2023
1 parent 1d986b8 commit f8b4efb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions arch/arm64/boot/dts/qcom/sm8150.dtsi
Expand Up @@ -648,49 +648,49 @@
pil_modem_mem: modem_region {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x8dc00000 0x0 0x9600000>;
reg = <0x0 0x8dc00000 0x0 0x9700000>;
};

pil_video_mem: pil_video_region {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x97200000 0x0 0x500000>;
reg = <0x0 0x97300000 0x0 0x500000>;
};

pil_slpi_mem: pil_slpi_region {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x97700000 0x0 0x1400000>;
reg = <0x0 0x97800000 0x0 0x1400000>;
};

pil_ipa_fw_mem: pil_ipa_fw_region {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x98b00000 0x0 0x10000>;
reg = <0x0 0x98c00000 0x0 0x10000>;
};

pil_ipa_gsi_mem: pil_ipa_gsi_region {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x98b10000 0x0 0x5000>;
reg = <0x0 0x98c10000 0x0 0x5000>;
};

pil_gpu_mem: pil_gpu_region {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x98b15000 0x0 0x2000>;
reg = <0x0 0x98c15000 0x0 0x2000>;
};

pil_spss_mem: pil_spss_region {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x98c00000 0x0 0x100000>;
reg = <0x0 0x98d00000 0x0 0x100000>;
};

pil_cdsp_mem: cdsp_regions {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x98d00000 0x0 0x1400000>;
reg = <0x0 0x98e00000 0x0 0x1400000>;
};

qseecom_mem: qseecom_region {
Expand Down

0 comments on commit f8b4efb

Please sign in to comment.