Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e95e6e13 authored by Vishwanath Raju K's avatar Vishwanath Raju K
Browse files

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



Increase "wlan_fw_mem" pil size to 16MB from 15MB for
QCS405/QCS403.

Change-Id: Ib48ef2f02b882a16e8865b11b27c4fb125ab3778
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent 93df5326
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
};

&adsp_fw_mem {
	reg = <0x0 0x87300000 0x0 0x1200000>;
	reg = <0x0 0x87400000 0x0 0x1200000>;
};

&reserved_mem {
+4 −4
Original line number Diff line number Diff line
@@ -60,25 +60,25 @@
		wlan_fw_mem: wlan_fw_mem@86400000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x86400000 0x0 0xf00000>;
			reg = <0x0 0x86400000 0x0 0x1000000>;
		};

		adsp_fw_mem: adsp_fw_mem@87500000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x87300000 0x0 0x1400000>;
			reg = <0x0 0x87400000 0x0 0x1400000>;
		};

		cdsp_fw_mem: cdsp_fw_mem@88f00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x88700000 0x0 0x600000>;
			reg = <0x0 0x88800000 0x0 0x600000>;
		};

		wlan_msa_mem: wlan_msa_region@89500000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x88D00000 0x0 0x100000>;
			reg = <0x0 0x88E00000 0x0 0x100000>;
		};

		secure_mem: secure_region {