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

Commit c28328bd authored by Tony Truong's avatar Tony Truong
Browse files

ARM: dts: msm: add pci-ids to PCI OF nodes for sm8150 and sdxprairie



Add device and vendor ID compatbile string to PCI OF node.
PCI framework will match the string to a PCI device and
bound the OF node to it. Add the strings to sm8150 and
sdxprairie.

Change-Id: I9d0a3a01057b04c1f23190e857f2d16ed29b98e7
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent 07abd1ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -215,6 +215,7 @@

		pcie0_rp: pcie0_rp {
			reg = <0 0 0 0 0>;
			pci-ids = "17cb:010c";
		};
	};

+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
	mhi_0: qcom,mhi@0 {
		reg = <0 0 0 0 0 >;

		pci-ids = "17cb:0305", "17cb:0306";

		/* controller specific configuration */
		qcom,smmu-cfg = <0x3>;

@@ -548,6 +550,8 @@
	mhi_1: qcom,mhi@0 {
		reg = <0 0 0 0 0 >;

		pci-ids = "17cb:0305", "17cb:0306";

		/* controller specific configuration */
		qcom,smmu-cfg = <0x3>;
		qcom,msm-bus,name = "mhi";
+2 −0
Original line number Diff line number Diff line
@@ -239,6 +239,7 @@

		pcie_rc0: pcie_rc0 {
			reg = <0 0 0 0 0>;
			pci-ids = "17cb:0108";
		};
	};

@@ -556,6 +557,7 @@

		pcie_rc1: pcie_rc1 {
			reg = <0 0 0 0 0>;
			pci-ids = "17cb:0108";
		};
	};