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

Commit 1d3e8cbb authored by Jeff Hugo's avatar Jeff Hugo
Browse files

ARM: dts: msm: Add smd pkt devices for MSMZIRC



Smd pkt devices expose access to certain SMD resources to userspace.

Change-Id: Iba3533b9462e8ca8a6067fbbbbac9bae46be0979
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent f8b5f401
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -264,6 +264,40 @@
			qcom,not-loadable;
		};
	};

	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";
		};
	};
};

#include "msmzirc-regulator.dtsi"