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

Commit 464d6c01 authored by Michael Adisumarta's avatar Michael Adisumarta
Browse files

ARM: dts: msm: Enable SMMU S1 for IPA on sdxpoorwills



Take out the s1-bypass flag from IPA dtsi entries to enable
SMMU for IPA memory.

Change-Id: I8d7e1c8053ec58e93c502ef19bd9fb5f71fcb377
Crs-fixed: 2228863
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 9b0f7eab
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1039,7 +1039,6 @@

		ipa_smmu_ap: ipa_smmu_ap {
			compatible = "qcom,ipa-smmu-ap-cb";
			qcom,smmu-s1-bypass;
			iommus = <&apps_smmu 0x5E0 0x0>;
			qcom,iova-mapping = <0x20000000 0x40000000>;
			qcom,additional-mapping =
@@ -1050,7 +1049,6 @@

		ipa_smmu_wlan: ipa_smmu_wlan {
			compatible = "qcom,ipa-smmu-wlan-cb";
			qcom,smmu-s1-bypass;
			iommus = <&apps_smmu 0x5E1 0x0>;
			qcom,additional-mapping =
				/* ipa-uc ram */
@@ -1059,7 +1057,6 @@

		ipa_smmu_uc: ipa_smmu_uc {
			compatible = "qcom,ipa-smmu-uc-cb";
			qcom,smmu-s1-bypass;
			iommus = <&apps_smmu 0x5E2 0x0>;
			qcom,iova-mapping = <0x40000000 0x20000000>;
		};