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

Commit e55d554c authored by Udipto Goswami's avatar Udipto Goswami Committed by Gerrit - the friendly Code Review server
Browse files

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

Add UCSI & USB port related information to allow USB role switch
framework to discover connection, and provide USB role related
configuration.

Change-Id: I94aae8650d1034696bd5261a65640c3f9f69e813
parent e72cf798
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
@@ -1268,6 +1268,11 @@

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

		altmode: qcom,altmode {