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

Commit 81cd5981 authored by Eliad Ben Yishay's avatar Eliad Ben Yishay Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add dual NIC IPA support



Adding second ethernet client ipa smmu mapping

Change-Id: I1f0e6203b393aacf470aac3b0b28ba4e47d77377
Acked-by: default avatarEliad Ben Yishay <ebenyish@qti.qualcomm.com>
parent d632fa1f
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -1164,10 +1164,16 @@
	};

	ipa_eth_group1: ipa_eth_group1 {
		qcom,iommu-dma-addr-pool = <0x80000000 0x0fe20000>;
		qcom,iommu-dma-addr-pool = <0x80000000 0x07f00000>;
		qcom,iommu-dma = "atomic";
	};

	ipa_eth_group2: ipa_eth_group2 {
		qcom,iommu-dma-addr-pool = <0x87f10000 0x07f00000>;
		qcom,iommu-dma = "atomic";
	};


	ipa_hw: qcom,ipa@03e00000 {
		compatible = "qcom,ipa";
		mboxes = <&qmp_aop 0>;
@@ -1268,7 +1274,8 @@
		ipa_smmu_eth1: ipa_smmu_eth1 {
			compatible = "qcom,ipa-smmu-eth1-cb";
			iommus = <&apps_smmu 0x5E4 0x0>;
			qcom,iommu-dma = "atomic";
			qcom,shared-cb;
			qcom,iommu-group = <&ipa_eth_group2>;
		};

		ipa_smmu_wlan1: ipa_smmu_wlan1 {