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

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

ARM: dts: msm: add MBA carveout for sdm630



Add MBA carveout of size 2MB after ADSP region and a buffer
region of size 1 MB in sync with v3 memory map.

Change-Id: Iaab9c43310d9ee4764ac73367bff3a448ea1f4d4
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 796d604a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -322,6 +322,18 @@
			reg = <0x0 0x92a00000 0x0 0x1e00000>;
		};

		pil_mba_mem: pil_mba_region@94800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x94800000 0x0 0x200000>;
		};

		buffer_mem: buffer_region@94a00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x94a00000 0x0 0x100000>;
		};

		venus_fw_mem: venus_fw_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x80000000 0x0 0x20000000>;