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

Commit 2ce74b94 authored by Tony Truong's avatar Tony Truong
Browse files

ARM: dts: msm: add RC sub-nodes under each PCIe node on sm8150



Add root complex (RC) sub-nodes under each PCIe node so that
RC specific entries can be added and parsed from sm8150
devicetree.

Change-Id: I083543d4bde0bf34b43ec76f2edae6122de04aa2
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent e48f6bba
Loading
Loading
Loading
Loading
+826 −830
Original line number Diff line number Diff line
@@ -11,8 +11,7 @@
 * GNU General Public License for more details.
 */

&pcie1 {
	pci,bus@1 {
&pcie_rc1 {
	reg = <0 0 0 0 0>;

	mhi_0: qcom,mhi@0 {
@@ -428,10 +427,8 @@
		};
	};
};
};

&pcie0 {
	pci,bus@1 {
&pcie_rc0 {
	reg = <0 0 0 0 0>;

	mhi_1: qcom,mhi@0 {
@@ -847,4 +844,3 @@
		};
	};
};
};
+8 −0
Original line number Diff line number Diff line
@@ -282,6 +282,10 @@

		reset-names = "pcie_0_core_reset",
				"pcie_0_phy_reset";

		pcie_rc0: pcie_rc0 {
			reg = <0 0 0 0 0>;
		};
	};

	pcie1: qcom,pcie@1c08000 {
@@ -602,5 +606,9 @@

		reset-names = "pcie_1_core_reset",
				"pcie_1_phy_reset";

		pcie_rc1: pcie_rc1 {
			reg = <0 0 0 0 0>;
		};
	};
};