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

Commit 40fb3c87 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add a carveout heap for audio usecases on sdxlemur

Define a carveout heap for audio usecases on 1 GB variants of
sdxlemur.

Change-Id: I71e1904b68b85a16da7f9d95ca60363dffaf51a7
parent 13bb7b25
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -38,3 +38,8 @@
				"msm-dai-q6-auxpcm.2";
	};
};

&audio_co_heap {
	status = "okay";
	memory-region = <&audio_heap_mem>;
};
+10 −0
Original line number Diff line number Diff line
@@ -17,6 +17,16 @@
			qcom,ion-heap-type = "DMA";
		};

		audio_co_heap: qcom,ion-heap@17 { /* AUDIO CARVEOUT HEAP */
			reg = <ION_AUDIO_CARVEOUT_HEAP_ID>;
			qcom,ion-heap-type = "MSM_CARVEOUT";
			/*
			 * memory-region must be specified when enabled here or
			 * when the node is overridden to be enabled elsewhere.
			 */
			status = "disabled";
		};

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <ION_QSECOM_HEAP_ID>;
			memory-region = <&qseecom_mem>;