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

Commit 95200df2 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Shutdown the external-mdm before the internal



Due to the fact that external modem wouldn't survive without the
internal one, set the poff-depends-on flag for the internal modem.
This is to ensure that the external modem is always powered-off
before the internal modem.

Change-Id: I5399bef1fef1544dc883badd0f9660c0c91ebe8b
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent c17db356
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
	qcom,mdm-link-info = "0305_01.01.00";
};

&pil_modem {
	qcom,poff-depends-on = "esoc0";
};

&wil6210 {
	status = "disabled";
};