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

Commit 8859abe9 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add UCSI connector and USB port on Yupik"

parents 8501d2cb e55d554c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
			0x144 /* GSI_RING_BASE_ADDR_H */
			0x1a4>; /* GSI_IF_STS */
		qcom,dwc-usb3-msm-tx-fifo-size = <21288>;
		usb-role-switch;

		dwc3@a600000 {
			compatible = "snps,dwc3";
@@ -60,6 +61,12 @@
			maximum-speed = "super-speed";
			dr_mode = "otg";
		};

		port {
			usb_port0: endpoint {
				remote-endpoint = <&usb_port0_connector>;
			};
		};
	};

	usb1: hsusb@8c00000 {
+5 −0
Original line number Diff line number Diff line
@@ -1302,6 +1302,11 @@

		qcom,ucsi {
			compatible = "qcom,ucsi-glink";
			port {
				usb_port0_connector: endpoint {
					remote-endpoint = <&usb_port0>;
				};
			};
		};

		altmode: qcom,altmode {