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

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

Merge "ARM: dts: msm: enable IPA-AQC\RTL CB sharing"

parents ccec35d1 b57fbad6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -45,6 +45,21 @@

	};

	realtek,rtl8125@pcie0_rp {
		reg = <0 0 0 0 0>;

		/* ipa shares this group with rtl */
		qcom,iommu-group = <&ipa_eth_group1>;

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

		pci-ids =
			"10ec:8125",
			"10ec:3000";

	};

	pcie0_generic_ep: pcie0_generic_ep {
		reg = <0 0 0 0 0>;
		qcom,iommu-group = <&pcie0_generic_ep_iommu_group>;
+2 −1
Original line number Diff line number Diff line
@@ -1249,7 +1249,8 @@
		ipa_smmu_eth: ipa_smmu_eth {
			compatible = "qcom,ipa-smmu-eth-cb";
			iommus = <&apps_smmu 0x5E3 0x0>;
			qcom,iommu-dma = "atomic";
			qcom,shared-cb;
			qcom,iommu-group = <&ipa_eth_group1>;
		};

		ipa_smmu_eth1: ipa_smmu_eth1 {