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

Commit c97a6a34 authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ARM: dts: msm: add wlan carveout region for sdm670



Add WLAN carveout region of size 1MB for sdm670 to align with memory map
v6.

Change-Id: I76324778a3802ee611ec549eb69ef396894693fd
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 4e7334e5
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -488,22 +488,28 @@
			reg = <0 0x92e00000 0 0x500000>;
		};

		pil_cdsp_mem: cdsp_regions@93300000 {
		wlan_msa_mem: wlan_msa_region@93300000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x93300000 0 0x800000>;
			reg = <0 0x93300000 0 0x100000>;
		};

		pil_mba_mem: pil_mba_region@0x93b00000 {
		pil_cdsp_mem: cdsp_regions@93400000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x93b00000 0 0x200000>;
			reg = <0 0x93400000 0 0x800000>;
		};

		pil_adsp_mem: pil_adsp_region@93d00000 {
		pil_mba_mem: pil_mba_region@0x93c00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x93d00000 0 0x1e00000>;
			reg = <0 0x93c00000 0 0x200000>;
		};

		pil_adsp_mem: pil_adsp_region@93e00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x93e00000 0 0x1e00000>;
		};

		adsp_mem: adsp_region {