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

Commit 02d7c20a authored by Banajit Goswami's avatar Banajit Goswami
Browse files

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



Add audio ION heap to the device tree for APQ8084 target. This heap
is used when audio is executed without SMMU (by-pass mode) enabled.

Change-Id: I7caf81fc170cbb2d6ccc260554ebc46a9ce1412c
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent efad4419
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -34,5 +34,13 @@
			qcom,heap-align = <0x1000>;
			qcom,memory-fixed = <0x0db00000 0x1d00000>;
		};

		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>;
		};
	};
};