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

Commit 72c824c7 authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

ARM: dts: msm: Update to memory map V3 for sdxprairie



Update the reserved-mem regions to memory map V3
for sdxprairie.

Change-Id: I18604e3187350f3871eb8792d7e2a9bdd620c322
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent 3f815bfe
Loading
Loading
Loading
Loading
+23 −6
Original line number Original line Diff line number Diff line
@@ -29,35 +29,52 @@
		#size-cells = <1>;
		#size-cells = <1>;
		ranges;
		ranges;


		mpss_debug_mem: mpss_debug_region@90c00000 {
			no-map;
			reg = <0x90c00000 0x800000>;
			label = "mpss_debug_mem";
		};

		tz_apps_mem: tz_apps_region@0x90000000 {
			no-map;
			reg = <0x90000000 0xc00000>;
			label = "tz_apps_mem";
		};

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


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


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


		ac_db_mem: ac_db_region@8fc80000 {
			no-map;
			reg = <0x8fc80000 0x40000>;
			label = "ac_db_mem";
		};

		hyp_mem: hyp_region@8fc00000 {
		hyp_mem: hyp_region@8fc00000 {
			no-map;
			no-map;
			reg = <0x8fc00000 0x80000>;
			reg = <0x8fc00000 0x80000>;
			label = "hyp_mem";
			label = "hyp_mem";
		};
		};


		mpss_adsp_mem: mpss_adsp_region@84000000 {
		mpss_adsp_mem: mpss_adsp_region@83c00000 {
			compatible = "removed-dma-pool";
			compatible = "removed-dma-pool";
			no-map;
			no-map;
			reg = <0x84000000 0xb700000>;
			reg = <0x83c00000 0xbb00000>;
			label = "mpss_adsp_mem";
			label = "mpss_adsp_mem";
		};
		};
	};
	};
@@ -398,7 +415,7 @@


	smem: qcom,smem {
	smem: qcom,smem {
		compatible = "qcom,smem";
		compatible = "qcom,smem";
		memory-region = <&smem_region>;
		memory-region = <&smem_mem>;
		hwlocks = <&tcsr_mutex 3>;
		hwlocks = <&tcsr_mutex 3>;
	};
	};