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

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

Merge "ARM: dts: msm: add pci DT nodes for PCIe switch for sdxprairie"

parents 3ad125e7 c39db071
Loading
Loading
Loading
Loading
+22 −1
Original line number Diff line number Diff line
@@ -198,7 +198,10 @@

		qcom,smmu-sid-base = <0x0200>;
		iommu-map = <0x0 &apps_smmu 0x0200 0x1>,
			<0x100 &apps_smmu 0x0201 0x1>;
			<0x100 &apps_smmu 0x0201 0x1>,
			<0x200 &apps_smmu 0x0202 0x1>,
			<0x300 &apps_smmu 0x0203 0x1>,
			<0x400 &apps_smmu 0x0204 0x1>;

		qcom,msm-bus,name = "pcie0";
		qcom,msm-bus,num-cases = <2>;
@@ -236,6 +239,24 @@
		pcie0_rp: pcie0_rp {
			reg = <0 0 0 0 0>;
			pci-ids = "17cb:010c";

			/* BDF 1.0.0 */
			pcie0_bus1_dev0_fn0: pcie0_bus1_dev0_fn0 {
				reg = <0 0 0 0 0>;
				pci-ids = "12d8:b304";

				/* BDF 2.1.0 */
				pcie0_bus2_dev1_fn0: pcie0_bus2_dev1_fn0 {
					reg = <0x800 0 0 0 0>;
					pci-ids = "12d8:b304";
				};

				/* BDF 2.2.0 */
				pcie0_bus2_dev2_fn0: pcie0_bus2_dev2_fn0 {
					reg = <0x1000 0 0 0 0>;
					pci-ids = "12d8:b304";
				};
			};
		};
	};