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

Commit 53aad0b9 authored by Ilia Lin's avatar Ilia Lin
Browse files

ARM: dts: msm: Disable wake up IRQ for PCIe2 on the SBC8096



"qcom,ep-wakeirq" property has to be disabled on the SBC8096
to make the PCIe2 work properly.
The SBC8096 has onboard ethernet adapter connected to the PCIe2.
With the "qcom,ep-wakeirq" enabled (in the target device tree)
the adapter's probe fails.

Change-Id: I84c7110603d5b4d9ea48125c198ef8b51cc2f145
Signed-off-by: default avatarIlia Lin <ilialin@codeaurora.org>
parent e5627c64
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -440,6 +440,10 @@
	status = "disabled";
};

&pcie2 {
	/delete-property/ qcom,ep-wakeirq;
};

&pm8994_mpps {
	mpp@a100 { /* MPP 2 */
		qcom,mode = <0>;		/* DIGITAL INPUT */