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

Commit 34fc9268 authored by Sujeev Dias's avatar Sujeev Dias
Browse files

ARM: dts: msm: update entries for IOMMU mapping



IOMMU mapping APIs have been deprecated in favor of device
tree entries. Update those properties as required for MHI.

CRs-Fixed: 2398500
Change-Id: I3b7e3c68bbdf19d2597f045b8f0b813cc4255e89
Acked-by: default avatarBhaumik Vasav Bhatt <bbhatt@qti.qualcomm.com>
parent 8f3feb59
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -6,9 +6,7 @@
		reg = <0 0 0 0 0 >;

		/* controller specific configuration */
		qcom,smmu-cfg = <0x1d>;
		qcom,addr-win = <0x0 0x20000000 0x0 0x3fffffff>;
		qcom,iommu-dma = "disabled";
		qcom,iommu-group = <&mhi_0_iommu_group>;

		esoc-names = "mdm";
		esoc-0 = <&mdm0>;
@@ -17,6 +15,15 @@
		mhi,max-channels = <110>;
		mhi,timeout = <2000>;

		#address-cells = <1>;
		#size-cells = <1>;

		mhi_0_iommu_group: mhi_0_iommu_group {
			qcom,iommu-dma-addr-pool = <0x20000000 0x1fffffff>;
			qcom,iommu-dma = "fastmap";
			qcom,iommu-pagetable = "coherent";
		};

		mhi_channels: mhi_channels {
			#address-cells = <1>;
			#size-cells = <0>;