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

Commit 309d4668 authored by Steven Cahail's avatar Steven Cahail
Browse files

ARM: dts: msm: Add smd_pkt devices for MSMCOBALT



Smd_pkt devices expose access to certain SMD resources to userspace.

Change-Id: Ia2af9632272507e426c38eb8639b54e004a02be8
Signed-off-by: default avatarSteven Cahail <scahail@codeaurora.org>
parent 511406b9
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -250,4 +250,20 @@
			label = "dsps";
		};
	};

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

		qcom,smdpkt-apr-apps2 {
			qcom,smdpkt-remote = "adsp";
			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";
		};
	};
};