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

Commit 7804efaf authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

ARM: dts: msm: Update to Memory map v5 for sdm640



Add SecData carveout region, smem carveout region and
align aop region to memory map for sdm640.

Change-Id: Id8dc0ccecfa59868e74ec1c6155477cc06fa0cf8
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent 34d61ef0
Loading
Loading
Loading
Loading
+16 −4
Original line number Diff line number Diff line
@@ -340,16 +340,28 @@
			reg = <0 0x85700000 0 0x600000>;
		};

		xbl_region: xbl_region@85e00000 {
		xbl_aop_mem: xbl_aop_mem@85e00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x85e00000 0 0x100000>;
			reg = <0x0 0x85e00000 0x0 0x1ff000>;
		};

		removed_region: removed_region@85fc0000 {
		sec_apps_mem: sec_apps_region@85fff000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x85fc0000 0 0x2f40000>;
			reg = <0x0 0x85fff000 0x0 0x1000>;
		};

		smem_region: smem@86000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x86000000 0x0 0x200000>;
		};

		removed_region: removed_region@86200000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x86200000 0 0x2d00000>;
		};

		pil_camera_mem: camera_region@8ab00000 {