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

Commit 6868a452 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add the SMD_PKT entry for msmferrum



Enable the SMD PKT channels access from user space by adding smd pkt
devices.

CRs-Fixed: 684512
Change-Id: Ief5f88cd198de2302fd8f5923e720df6fa3f9bdc
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 53c38286
Loading
Loading
Loading
Loading
+34 −0
Original line number Original line Diff line number Diff line
@@ -355,4 +355,38 @@
			qcom,smdtty-dev-name = "LOOPBACK_TTY";
			qcom,smdtty-dev-name = "LOOPBACK_TTY";
		};
		};
	};
	};

	qcom,smdpkt {
		compatible = "qcom,smdpkt";

		qcom,smdpkt-data5-cntl {
			qcom,smdpkt-remote = "modem";
			qcom,smdpkt-port-name = "DATA5_CNTL";
			qcom,smdpkt-dev-name = "smdcntl0";
		};

		qcom,smdpkt-data22 {
			qcom,smdpkt-remote = "modem";
			qcom,smdpkt-port-name = "DATA22";
			qcom,smdpkt-dev-name = "smd22";
		};

		qcom,smdpkt-data40-cntl {
			qcom,smdpkt-remote = "modem";
			qcom,smdpkt-port-name = "DATA40_CNTL";
			qcom,smdpkt-dev-name = "smdcntl8";
		};

		qcom,smdpkt-apr-apps2 {
			qcom,smdpkt-remote = "modem";
			qcom,smdpkt-port-name = "apr_apps2";
			qcom,smdpkt-dev-name = "apr_apps2";
		};

		qcom,smdpkt-loopback {
			qcom,smdpkt-remote = "modem";
			qcom,smdpkt-port-name = "LOOPBACK";
			qcom,smdpkt-dev-name = "smd_pkt_loopback";
		};
	};
};
};