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

Commit 1f65bc7d authored by Damir Didjusto's avatar Damir Didjusto
Browse files

ARM: dts: msm: Add audio ION heap for msmsamarium



Add audio ION heap to the device tree for msmsamarium.
This heap is used when audio use case is executed.

Change-Id: I1b10505136ac5238ad16e48e1d2a6800ec863474
Signed-off-by: default avatarDamir Didjusto <damird@codeaurora.org>
parent c99f9b85
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -41,5 +41,13 @@
			qcom,heap-align = <0x1000>;
			qcom,memory-fixed = <0x08000000 0x5100000>;
		};

		qcom,ion-heap@28 { /* AUDIO HEAP */
			compatible = "qcom,msm-ion-reserve";
			reg = <28>;
			qcom,heap-align = <0x1000>;
			qcom,memory-reservation-type = "EBI1"; /* reserve EBI memory */
			qcom,memory-reservation-size = <0x614000>;
		};
	};
};