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

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

Merge "msm: ADSPRPC: Separate sensors memory from adsp_mem to sdsp_mem"

parents ca7cd033 f0bb40e9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -49,5 +49,12 @@
			reg = <9>;
			qcom,ion-heap-type = "SYSTEM_SECURE";
		};

		qcom,ion-heap@22 { /* ADSP HEAP */
			reg = <22>;
			memory-region = <&sdsp_mem>;
			qcom,ion-heap-type = "DMA";
		};

	};
};
+9 −1
Original line number Diff line number Diff line
@@ -560,7 +560,15 @@
			alloc-ranges = <0 0x00000000 0 0xffffffff>;
			reusable;
			alignment = <0 0x400000>;
			size = <0 0xc00000>;
			size = <0 0x800000>;
		};

		sdsp_mem: sdsp_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0 0x00000000 0 0xffffffff>;
			reusable;
			alignment = <0 0x400000>;
			size = <0 0x400000>;
		};

		qseecom_ta_mem: qseecom_ta_region {