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

Commit 28bcac7b authored by Mayank Rana's avatar Mayank Rana Committed by Gerrit - the friendly Code Review server
Browse files

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

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

Change-Id: Idc97cd9b4b63df0b934224226a5e58f1cec40ad9
parent f8215580
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
			0x144 /* GSI_RING_BASE_ADDR_H */
			0x1a4>; /* GSI_IF_STS */
		qcom,dwc-usb3-msm-tx-fifo-size = <27696>;
		usb-role-switch;

		interconnect-names = "usb-ddr", "usb-ipa", "ddr-usb";
		interconnects = <&aggre1_noc MASTER_USB3_0 &mc_virt SLAVE_EBI1>,
@@ -99,6 +100,12 @@
				qcom,descriptor-fifo-size = <0x800>;
			};
		};

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

	/* Primary USB port related High Speed PHY */
+5 −0
Original line number Diff line number Diff line
@@ -3718,6 +3718,11 @@

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

		qcom,altmode {