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

Commit dadb8f0e authored by Yan He's avatar Yan He
Browse files

ARM: dts: msm: enable PCIe EP mode for SDXPOORWILLS



Enable PCIe EP (endpoint) mode and disable PCIe RC (root complex) mode
for RmNet Tethering use case on SDXPOORWILLS.

Change-Id: I8a77159fb3e11fd99f09697b96bfa480ca0763a7
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent 5da3f926
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -20,3 +20,11 @@
		"qcom,sdxpoorwills", "qcom,cdp";
	qcom,board-id = <1 0x1>, <1 0x101>;
};

&pcie_ep {
	status = "okay";
};

&pcie0 {
	status = "disabled";
};
+8 −0
Original line number Diff line number Diff line
@@ -20,3 +20,11 @@
		"qcom,sdxpoorwills", "qcom,mtp";
	qcom,board-id = <8 0x1>, <8 0x101>;
};

&pcie_ep {
	status = "okay";
};

&pcie0 {
	status = "disabled";
};