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

Commit ea32fde3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update to latest memory map for sdm670"

parents a5461710 7c571ef0
Loading
Loading
Loading
Loading
+24 −8
Original line number Diff line number Diff line
@@ -529,20 +529,36 @@
			reg = <0 0x93e00000 0 0x1e00000>;
		};

		adsp_mem: adsp_region {
		pil_ipa_fw_mem: ips_fw_region@0x95c00000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x95c00000 0 0x10000>;
		};

		pil_ipa_gsi_mem: ipa_gsi_region@0x95c10000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x95c10000 0 0x5000>;
		};

		pil_gpu_mem: gpu_region@0x95c15000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x95c15000 0 0x2000>;
		};

		qseecom_mem: qseecom_region@0x9e400000 {
			compatible = "shared-dma-pool";
			alloc-ranges = <0 0x00000000 0 0xffffffff>;
			reusable;
			alignment = <0 0x400000>;
			size = <0 0xc00000>;
			no-map;
			reg = <0 0x9e400000 0 0x1400000>;
		};

		qseecom_mem: qseecom_region {
		adsp_mem: adsp_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0 0x00000000 0 0xffffffff>;
			no-map;
			reusable;
			alignment = <0 0x400000>;
			size = <0 0x1400000>;
			size = <0 0xc00000>;
		};

		qseecom_ta_mem: qseecom_ta_region {