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

Commit 0ad7c6da authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ARM: dts: msm: Enable smmu for APQ8084



APQ8084 uses smmu for shared memory access with ADSP.
Hence smmu-enabled field has to be true for APQ8084 devices.
Remove audio HEAP as there is no need for this with SMMU
enabled.

Change-Id: If61f7a4f6287dfd3060660eb342dbacfbdc6afba
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent 9054f1e3
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -47,13 +47,5 @@
			reg = <27>;
			linux,contiguous-region = <&qsecom_mem>;
		};

		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>;
		};
	};
};
+5 −0
Original line number Diff line number Diff line
@@ -1896,6 +1896,11 @@
		qcom,adsp-state = <0>;
	};

	qcom,msm-audio-ion {
		compatible = "qcom,msm-audio-ion";
		qcom,smmu-enabled;
	};

	qcom,msm-pcm {
		compatible = "qcom,msm-pcm-dsp";
		qcom,msm-pcm-dsp-id = <0>;