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

Commit d6539a20 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Fix memory map region for IPA iommu mapping"

parents 9d1f6012 fc95f843
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2549,7 +2549,7 @@
	ipa_smmu_ap: ipa_smmu_ap {
		compatible = "qcom,ipa-smmu-ap-cb";
		iommus = <&apps_smmu 0x0140 0x0>;
		qcom,iommu-dma-addr-pool = <0x20000000 0x40000000>;
		qcom,iommu-dma-addr-pool = <0x10000000 0x30000000>;
		qcom,iommu-dma = "bypass";
		/* modem tables in IMEM */
		qcom,additional-mapping = <0x0c123000 0x0c123000 0x2000>;
@@ -2567,7 +2567,7 @@
		compatible = "qcom,ipa-smmu-uc-cb";
		iommus = <&apps_smmu 0x0142 0x0>;
		qcom,iommu-dma = "bypass";
		qcom,iommu-dma-addr-pool = <0x40000000 0x20000000>;
		qcom,iommu-dma-addr-pool = <0x40400000 0x1fc00000>;
	};

	qcom,ipa_fws {