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

Commit 84177dd0 authored by Manuel Gomez's avatar Manuel Gomez Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add ntn3/qps615 pci DT nodes for sdxlemur

Update pci DT nodes with virtual end points.

Change-Id: I3df0f9a967b15668bdaad858b69b005b0dd72b32
parent f12ba99a
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -94,6 +94,22 @@
		/* BDF 2.3.0 */
		pcie0_bus2_dev3_fn0: pcie0_bus2_dev3_fn0 {
			reg = <0x1800 0x0 0x0 0x0 0x0>;
			/* BDF 5.0.0 */
			pcie0_bus5_dev0_fn0: pcie0_ntn3_eth0 {
				reg = <0x0 0x0 0x0 0x0 0x0>;
				qcom,iommu-group = <&eth0_pci_iommu_group>;
				eth0_pci_iommu_group: eth0_pci_iommu_group {
					qcom,iommu-dma = "atomic";
				};
			};
			/* BDF 5.0.1 */
			pcie0_bus5_dev0_fn1: pcie0_ntn3_eth1 {
				reg = <0x100 0x0 0x0 0x0 0x0>;
				qcom,iommu-group = <&eth1_pci_iommu_group>;
				eth1_pci_iommu_group: eth1_pci_iommu_group {
					qcom,iommu-dma = "atomic";
				};
			};
		};
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -72,6 +72,14 @@
		/* BDF 2.3.0 */
		pcie0_bus2_dev3_fn0: pcie0_bus2_dev3_fn0 {
			reg = <0x1800 0x0 0x0 0x0 0x0>;
			/* BDF 5.0.0 */
			pcie0_bus5_dev0_fn0: pcie0_ntn3_eth0 {
				reg = <0x0 0x0 0x0 0x0 0x0>;
				qcom,iommu-group = <&eth_pci_iommu_group>;
				eth_pci_iommu_group: eth_pci_iommu_group {
					qcom,iommu-dma = "atomic";
				};
			};
		};
	};
};