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

Commit d491fb38 authored by Phanindra Babu Pabba's avatar Phanindra Babu Pabba Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Allocate DMA address pool for QCEDEV

Defined DMA address pool range for QCEDEV to avoid
virtual memory allocation starting with 0x0 as logical
base address.

Change-Id: I09c1964ae404dc2bc56d56f1e17bf8c72de425e8
parent 2edc3389
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -911,6 +911,7 @@
			iommus = <&apps_smmu 0x92 0>,
				<&apps_smmu 0x98 0x1>,
				<&apps_smmu 0x9F 0>;
			qcom,iommu-dma-addr-pool = <0x70000000 0X10000000>;
		};

		qcom_cedev_s_cb {
@@ -919,6 +920,7 @@
			iommus = <&apps_smmu 0x93 0>,
				<&apps_smmu 0x9C 0x1>,
				<&apps_smmu 0x9E 0>;
			qcom,iommu-dma-addr-pool = <0x70000000 0X10000000>;
			qcom,iommu-vmid = <0x9>; /* VMID_CP_BITSTREAM */
			qcom,secure-context-bank;
		};