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

Commit 62c1a8cd 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: Seperate Qsecom and Venus heap"

parents 8aa4fe35 c2668770
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -62,17 +62,23 @@
			label = "peripheral_mem";
		};

		venus_mem: venus_region@0 {
			linux,reserve-contiguous-region;
			linux,memory-limit = <0x90000000>;
			reg = <0 0 0 0x0500000>;
			label = "venus_mem";
		};

		secure_mem: secure_region@0 {
			linux,reserve-contiguous-region;
			reg = <0 0 0 0x6D00000>;
			label = "secure_mem";
		};

		venus_qseecom_mem: venus_qseecom_region@0 {
		qseecom_mem: qseecom_region@0 {
			linux,reserve-contiguous-region;
			linux,memory-limit = <0x90000000>;
			reg = <0 0 0 0x1200000>;
			label = "venus_qseecom_mem";
			reg = <0 0 0 0x1000000>;
			label = "qseecom_mem";
		};

		audio_mem: audio_region@0 {
@@ -1140,7 +1146,7 @@
		qcom,pas-id = <9>;
		qcom,proxy-timeout-ms = <5000>;
		qcom,firmware-name = "venus";
		linux,contiguous-region = <&venus_qseecom_mem>;
		linux,contiguous-region = <&venus_mem>;
	};

	qcom,mss@4080000 {
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
		qcom,ion-heap@27 { /* QSEECOM HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <27>;
			linux,contiguous-region = <&venus_qseecom_mem>;
			linux,contiguous-region = <&qseecom_mem>;
			qcom,ion-heap-type = "DMA";
		};