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

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

ARM: dts: msm: Add two new SMD TTY device nodes mdm9607



Two new SMD TTY devices are exposed to allow access to SMD resource
from user space for DATA team CMUX feature.

Change-Id: I9f241611f063509c2b40073ec36f250824324f9e
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 49f87c56
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@
		/* smdtty devices */
		smd7 = &smdtty_data1;
		smd8 = &smdtty_data4;
		smd9 = &smdtty_data2;
		smd10 = &smdtty_data3;
		smd11 = &smdtty_data11;
		smd21 = &smdtty_data21;
		smd36 = &smdtty_loopback;
@@ -1355,6 +1357,16 @@
			qcom,smdtty-port-name = "DATA1";
		};

		smdtty_data2: qcom,smdtty-data2 {
			qcom,smdtty-remote = "modem";
			qcom,smdtty-port-name = "DATA2";
		};

		smdtty_data3: qcom,smdtty-data3 {
			qcom,smdtty-remote = "modem";
			qcom,smdtty-port-name = "DATA3";
		};

		smdtty_data4: qcom,smdtty-data4 {
			qcom,smdtty-remote = "modem";
			qcom,smdtty-port-name = "DATA4";