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

Commit e583f0d9 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

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



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

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

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

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

	qcom,ipc_router_q6_xprt {