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

Commit c6722d8b authored by Chandana Kishori Chiluveru's avatar Chandana Kishori Chiluveru
Browse files

ARM: dts: msm: Reduce the IOVA range for QUP usecase

This change enables SMMU page table memory savings for QUP.
No functional change but helps saving memory table space.

Change-Id: Ie56582683eb594a1f8c3e6f746e7d7a0691598ef
parent 92d026fa
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@
			<MASTER_QUP_0 SLAVE_EBI>;
		qcom,vote-for-bw;
		iommus = <&apps_smmu 0x0003 0x0>;
		qcom,iommu-dma-addr-pool = <0x40000000 0xc0000000>;
		qcom,iommu-dma-addr-pool = <0x40000000 0x10000000>;
		qcom,iommu-geometry = <0x40000000 0x10000000>;
		qcom,iommu-dma = "fastmap";
		status = "ok";
	};
@@ -190,7 +191,8 @@
			<MASTER_QUP_1 SLAVE_EBI>;
		qcom,vote-for-bw;
		iommus = <&apps_smmu 0x00c3 0x0>;
		qcom,iommu-dma-addr-pool = <0x40000000 0xc0000000>;
		qcom,iommu-dma-addr-pool = <0x40000000 0x10000000>;
		qcom,iommu-geometry = <0x40000000 0x10000000>;
		qcom,iommu-dma = "fastmap";
		status = "ok";
	};