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

Commit ddcd71f5 authored by Asish Bhattacharya's avatar Asish Bhattacharya
Browse files

ARM: dts: qcom: remove audio heap allocation for sdxnightjar

audio will use system heap instead.

Change-Id: Idf7f8d92ed5c6e1928ece5460b039eb9b2a6a5a2
parent b73fc9ab
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@

	qcom,msm-audio-ion {
		compatible = "qcom,msm-audio-ion";
		qcom,scm-mp-enabled;
		memory-region = <&audio_mem>;
	};

	pcm0: qcom,msm-pcm {
+0 −6
Original line number Diff line number Diff line
@@ -11,12 +11,6 @@
			qcom,ion-heap-type = "MSM_SYSTEM";
		};

		audio_heap: qcom,ion-heap@8 { /* AUDIO HEAP */
			reg = <ION_AUDIO_HEAP_ID>;
			memory-region = <&audio_mem>;
			qcom,ion-heap-type = "DMA";
		};

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <ION_QSECOM_HEAP_ID>;
			memory-region = <&qseecom_mem>;
+0 −6
Original line number Diff line number Diff line
@@ -68,12 +68,6 @@
			size = <0x400000>;
		};

		audio_mem: audio_region@0 {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x00000000 0xffffffff>;
			reusable;
			size = <0x400000>;
		};
	};

	aliases { };