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

Commit 25fdad4f authored by Pratham Pratap's avatar Pratham Pratap Committed by Ajay Agarwal
Browse files

ARM: dts: msm: MicroUSB support on SDM670



Add extra extcon phandles for microUSB VBUS and ID,
and host mode VBUS supply property for microUSB.
Also, add a flag "qcom,no-vbus-vote-with-type-C"
denoting whether to vote for VBUS in host mode from
dwc3-msm driver for type-C connector.

Change-Id: I9c70cd61506a54d3e508695cba7d104d38bddd4f
Signed-off-by: default avatarPratham Pratap <prathampratap@codeaurora.org>
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent d76a178e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -380,5 +380,8 @@
};

&usb0 {
	extcon = <&pm660_pdphy>, <&pm660_pdphy>, <&eud>;
	extcon = <&pm660_pdphy>, <&pm660_pdphy>, <&eud>,
					<&pm660_charger>, <&pm660_charger>;
	vbus_dwc3-supply = <&smb2_vbus>;
	qcom,no-vbus-vote-with-type-C;
};
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
&usb0 {
	/delete-property/ iommus;
	/delete-property/ qcom,smmu-s1-bypass;
	extcon = <0>, <0>, <0> /* <&eud> */;
	extcon = <0>, <0>, <&eud>, <0>, <0>;
};

&qusb_phy0 {
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
		qcom,dwc-usb3-msm-tx-fifo-size = <21288>;
		qcom,num-gsi-evt-buffs = <0x3>;
		qcom,use-pdc-interrupts;
		extcon = <0>, <0>, <&eud>;
		extcon = <0>, <0>, <&eud>, <0>, <0>;

		clocks = <&clock_gcc GCC_USB30_PRIM_MASTER_CLK>,
			 <&clock_gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>,