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

Commit 36186e91 authored by Ajay Agarwal's avatar Ajay Agarwal
Browse files

ARM: dts: msm: Add 90B7 USB comp support for early enumeration on SA415



Add 90B7 USB composition support for early enumeration on SA415
standalone flavor.

 0x90B7 - DIAG + DUN + RMNET + DPL

Change-Id: I855629c807e01efa39e7f7ae48e3f1bd212ecabb
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 68418a86
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -28,5 +28,10 @@
			qcom,pid = <0x90dc>;
			qcom,composition = "diag.diag,cser.dun.0,gsi.rmnet,gsi.dpl,qdss.qdss";
		};

		composition2 {
			qcom,pid = <0x90b7>;
			qcom,composition = "diag.diag,cser.dun.0,gsi.rmnet,gsi.dpl";
		};
	};
};
+5 −0
Original line number Diff line number Diff line
@@ -29,6 +29,11 @@
			qcom,pid = <0x90dc>;
			qcom,composition = "diag.diag,cser.dun.0,gsi.rmnet,gsi.dpl,qdss.qdss";
		};

		composition2 {
			qcom,pid = <0x90b7>;
			qcom,composition = "diag.diag,cser.dun.0,gsi.rmnet,gsi.dpl";
		};
	};
};