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

Commit dbddec4a authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

ARM: dts: msm: Include smem reserved-mem region for sdxprairie



Split the peripheral2_mem region in the reserved-mem
region into tz_mem, smem_region and peripheral2_mem regions
inorder to have a separate reserved-mem region for smem on
sdxprairie.

Change-Id: I6e4b60a07440a7c8ee75b5c1b8d04deebc02dba7
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent eb73bc66
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -28,10 +28,22 @@
		#size-cells = <1>;
		ranges;

		tz_mem: tz_region@8ff00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x8ff00000 0x100000>;
			label = "tz_mem";
		};

		smem_region: smem_region@8fe40000 {
			no-map;
			reg = <0x8fe40000 0xc0000>;
		};

		peripheral2_mem: peripheral2_region@8fd00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x8fd00000 0x300000>;
			reg = <0x8fd00000 0x140000>;
			label = "peripheral2_mem";
		};