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

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

Merge "ARM: dts: msm: Add EUD extcon handler for primary USB on Lahaina"

parents 30832e45 f300f4cf
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@
			0x144 /* GSI_RING_BASE_ADDR_H */
			0x1a4>; /* GSI_IF_STS */
		qcom,dwc-usb3-msm-tx-fifo-size = <27696>;
		usb-role-switch;
		extcon = <&eud>;

		interconnect-names = "usb-ddr", "usb-ipa", "ddr-usb";
		interconnects = <&aggre1_noc MASTER_USB3_0 &mc_virt SLAVE_EBI1>,
@@ -68,7 +70,7 @@
			usb-core-id = <0>;
			tx-fifo-resize;
			maximum-speed = "super-speed-plus";
			dr_mode = "peripheral";
			dr_mode = "otg";
		};

		qcom,usbbam@a704000 {
@@ -99,6 +101,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
@@ -3775,6 +3775,11 @@

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

		qcom,altmode {