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

Commit a64c139e authored by Aniket Randive's avatar Aniket Randive
Browse files

ARM: dts: msm: Add qcom_gadget node for SA415



Add qcom_gadget node to enable usb composition at
boot time on SA415m. Allow changing the default pid
using "usb_pid" parameter from kernel command line.

Change-Id: I9a3963c68b0b09deec3457b54e59ca8eb03dfb3f
Signed-off-by: default avatarAniket Randive <arandive@codeaurora.org>
parent de9008b9
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -19,6 +19,26 @@
	compatible = "qcom,sa415m-ccard",
		"qcom,sdxpoorwills", "qcom,ccard";
	qcom,board-id = <25 2>, <25 0x102>;

	qcom_gadget {
		compatible = "qcom,usb-gadget";
		qcom,vid = <0x05c6>;

		composition1 {
			qcom,pid = <0x9103>;
			qcom,composition = "diag.diag,ipc.ipc,gsi.rmnet,gsi.rmnet.v2x,ecm.ecm,gsi.dpl";
		};

		composition2 {
			qcom,pid = <0x9105>;
			qcom,composition = "diag.diag,gsi.dpl";
		};

		composition3 {
			qcom,pid = <0x9107>;
			qcom,composition = "diag.diag,ipc.ipc,gsi.rmnet.v2x,gsi.ecm,gsi.dpl";
		};
	};
};

&ipa_hw {