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

Commit 994e5b3a authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

ARM: dts: msm: Disable modem pil loading from mproc code for MSM8937



The smd and ipc-router drivers trigger the loading of the modem via
calls to subsystem_get. We now disable this functionality for 8937
since power on of the modem is handled by the peripheral manager in
userspace.

Change-Id: I3dc4625cdcb8988c99d0a83139bfe46c28226ad3
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 58be1b1f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -787,6 +787,7 @@
			qcom,smd-irq-bitmask = <0x1000>;
			interrupts = <0 25 1>;
			label = "modem";
			qcom,not-loadable;
		};

		qcom,smsm-modem {
@@ -1371,7 +1372,6 @@
	qcom,ipc_router {
		compatible = "qcom,ipc_router";
		qcom,node-id = <1>;
		qcom,default-peripheral = "modem";
	};

	qcom,ipc_router_modem_xprt {
@@ -1381,6 +1381,7 @@
		qcom,xprt-linkid = <1>;
		qcom,xprt-version = <1>;
		qcom,fragmented-data;
		qcom,disable-pil-loading;
	};

	qcom,ipc_router_q6_xprt {