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

Commit b40a4004 authored by Lakshit Tyagi's avatar Lakshit Tyagi
Browse files

ARM: dts: msm: Add AQC to ipa_eth_group1

Create a DTS node for aquantia and add it to ipa_eth_group1
to allow CB sharing between IPA and AQC.

Change-Id: I7f7d857440d7e0ec1d183848454c227219d57704
parent 5640f804
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -9,6 +9,42 @@
	#address-cells = <5>;
	#size-cells = <0>;

	aquantia,aqc@pcie0_rp {
		reg = <0 0 0 0 0>;

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

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

		pci-ids =
			"1d6a:0001",
			"1d6a:d107",
			"1d6a:07b1",
			"1d6a:87b1",
			"1d6a:d108",
			"1d6a:08b1",
			"1d6a:88b1",
			"1d6a:d109",
			"1d6a:09b1",
			"1d6a:89b1",
			"1d6a:d100",
			"1d6a:00b1",
			"1d6a:80b1",
			"1d6a:11b1",
			"1d6a:91b1",
			"1d6a:12b1",
			"1d6a:92b1",
			"1d6a:00c0",
			"1d6a:04c0",
			"1d6a:12c0",
			"1d6a:14c0",
			"1d6a:93c0",
			"1d6a:94c0";

	};

	pcie0_generic_ep: pcie0_generic_ep {
		reg = <0 0 0 0 0>;
		qcom,iommu-group = <&pcie0_generic_ep_iommu_group>;