ARM: dts: msm: update to memory map v5 for QCS405/QCS403

Reduced adsp pil size to 20MB and 18MB from 26MB for QCS405
and QCS403 respectively.

Change-Id: I7ced0270e584c52ae7673a54d1de684ca380d4f3
Signed-off-by: Vishwanath Raju K <vishk@codeaurora.org>
tirimbino
Vishwanath Raju K 6 years ago committed by Gerrit - the friendly Code Review server
parent 0d2bba96f9
commit 21422b7192
  1. 4
      arch/arm64/boot/dts/qcom/qcs403.dtsi
  2. 6
      arch/arm64/boot/dts/qcom/qcs405.dtsi

@ -46,6 +46,10 @@
};
};
&adsp_fw_mem {
reg = <0x0 0x87300000 0x0 0x1200000>;
};
&reserved_mem {
linux,cma {
size = <0 0x400000>;

@ -66,19 +66,19 @@
adsp_fw_mem: adsp_fw_mem@87500000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x87300000 0x0 0x1a00000>;
reg = <0x0 0x87300000 0x0 0x1400000>;
};
cdsp_fw_mem: cdsp_fw_mem@88f00000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x88d00000 0x0 0x600000>;
reg = <0x0 0x88700000 0x0 0x600000>;
};
wlan_msa_mem: wlan_msa_region@89500000 {
compatible = "removed-dma-pool";
no-map;
reg = <0x0 0x89300000 0x0 0x100000>;
reg = <0x0 0x88D00000 0x0 0x100000>;
};
secure_mem: secure_region {

Loading…
Cancel
Save