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

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

ARM: dts: msm: add support for MDM9x35 late enumeration



Add the property to PCIe node to indicate MDM9x35 will trigger PCIe
enumeration via wake IRQ.

CRs-fixed: 660202
Change-Id: Ie55bcba427dc97bac55128126b7750057f86af5e
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent 37308c44
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -49,6 +49,10 @@
	status = "ok";
};

&pcie1 {
	qcom,ep-wakeirq;
};

&mhi {
	esoc-names = "mdm";
	esoc-0 = <&mdm1>;
+4 −0
Original line number Diff line number Diff line
@@ -56,6 +56,10 @@
	status = "ok";
};

&pcie1 {
	qcom,ep-wakeirq;
};

&mhi {
	esoc-names = "mdm";
	esoc-0 = <&mdm1>;
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@
	status = "ok";
};

&pcie1 {
	qcom,ep-wakeirq;
};

&mhi {
	esoc-names = "mdm";
	esoc-0 = <&mdm1>;
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@
	status = "ok";
};

&pcie1 {
	qcom,ep-wakeirq;
};

&mhi {
	esoc-names = "mdm";
	esoc-0 = <&mdm1>;
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@
	status = "ok";
};

&pcie1 {
	qcom,ep-wakeirq;
};

&mhi {
	esoc-names = "mdm";
	esoc-0 = <&mdm1>;
Loading