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

Commit 7da1741c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dwc3-msm: Remove pull downs from D+ and D- lines upon cable connect"

parents 0e2b58b2 714de5db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ Required properties :
	"vbus_dwc3" : vbus supply for host mode when DWC3 operating as DRD.
	This can be left as optional if "host-only-mode" is selected in the
	'dwc3' sub node for "DWC3-USB3 Core device".
	"vdda33" : 3.3V analog voltage supply is applied to remove Dp & Dm pull
	downs for proper USB charger detection by charger driver.

Optional properties :
- Refer to "Documentation/devicetree/bindings/arm/msm/msm_bus.txt" for
@@ -71,6 +73,7 @@ Example MSM USB3.0 controller device node :
		interrupt-names = "hs_phy_irq";
		vbus_dwc3-supply = <&pm8941_mvs1>;
		USB3_GDSC-supply = <&gdsc_usb30>;
		vdda33-supply = <&pm8994_l24>;
		qcom,dwc-usb3-msm-dbm-eps = <4>
		qcom,dwc_usb3-adc_tm = <&pm8941_adc_tm>;
		qcom,dwc-usb3-msm-tx-fifo-size = <29696>;
+1 −0
Original line number Diff line number Diff line
@@ -4375,6 +4375,7 @@
		interrupt-names = "hs_phy_irq", "pmic_id_irq";

		USB3_GDSC-supply = <&gdsc_usb30>;
		vdda33-supply = <&pma8084_l24>;
		qcom,dwc-usb3-msm-tx-fifo-size = <29696>;
		qcom,dwc-usb3-msm-qdss-tx-fifo-size = <8192>;
		qcom,misc-ref = <&pma8084_misc>;
+1 −0
Original line number Diff line number Diff line
@@ -512,6 +512,7 @@
				"pmic_id_irq";

		USB3_GDSC-supply = <&gdsc_usb30>;
		vdda33-supply = <&pmd9635_l10>;
		qcom,usb-dbm = <&dbm_1p5>;

		qcom,msm-bus,name = "usb3";
+1 −0
Original line number Diff line number Diff line
@@ -857,6 +857,7 @@
		interrupt-names = "hs_phy_irq", "pwr_event_irq",
				"pmic_id_irq";
		USB3_GDSC-supply = <&gdsc_usb30>;
		vdda33-supply = <&pmd9635_l10>;
		qcom,usb-dbm = <&dbm_1p5>;

		qcom,msm-bus,name = "usb3";
+1 −0
Original line number Diff line number Diff line
@@ -1573,6 +1573,7 @@
		interrupt-names = "hs_phy_irq", "pmic_id_irq";

		vbus_dwc3-supply = <&pm8941_mvs1>;
		vdda33-supply = <&pm8941_l24>;
		qcom,misc-ref = <&pm8941_misc>;
		dwc_usb3-adc_tm = <&pm8941_adc_tm>;
		qcom,dwc-usb3-msm-tx-fifo-size = <29696>;
Loading