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

Commit 51ce6310 authored by Pratham Pratap's avatar Pratham Pratap Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add qcom_gadget node for sdxprairie



Add qcom_gadget node to enable early enumeration of usb
at boot time on sdxprairie.

Change-Id: Ib7145bbce31b98796e737be0f3c7f6eee2543b58
Signed-off-by: default avatarPratham Pratap <prathampratap@codeaurora.org>
parent fe7175bf
Loading
Loading
Loading
Loading
+69 −1
Original line number Diff line number Diff line
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -286,3 +286,71 @@
		reset-names = "phy_reset", "phy_phy_reset";
	};
};

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

		composition1 {
			qcom,pid = <0x901c>;
			qcom,composition = "diag.diag,uac2.0";
		};

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

		composition3 {
			qcom,pid = <0x904a>;
			qcom,composition = "diag.diag,qdss.qdss";
		};

		composition4 {
			qcom,pid = <0x9057>;
			qcom,composition = "gsi.rndis|gsi.ecm";
		};

		composition5 {
			qcom,pid = <0x905b>;
			qcom,composition = "gsi.mbim";
			qcom,bmAttributes = <0xa0>;
		};

		composition6 {
			qcom,pid = <0x9063>;
			qcom,composition = "gsi.rndis|gsi.ecm|gsi.mbim";
			qcom,bmAttributes = <0xa0>;
		};

		composition7 {
			qcom,pid = <0x9067>;
			qcom,composition = "mass_storage.0,gsi.rmnet|mass_storage.1,gsi.mbim";
			qcom,bmAttributes = <0xa0>;
		};

		composition8 {
			qcom,pid = <0x90b1>;
			qcom,composition = "gsi.ecm";
			qcom,bmAttributes = <0xa0>;
		};

		composition9 {
			qcom,pid = <0x90d6>;
			qcom,composition = "diag.diag,gsi.mbim,gsi.gps,cser.dun.0";
			qcom,bmAttributes = <0xa0>;
		};

		composition10 {
			qcom,pid = <0x90e2>;
			qcom,composition = "gsi.mbim,gsi.gps";
			qcom,bmAttributes = <0xa0>;
		};

		composition11 {
			qcom,pid = <0xf000>;
			qcom,composition = "mass_storage.0";
		};
	};
};