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

Commit eea29baa authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Add dpdm regulator on kona



PM8150B charger requires a reference to USB PHY which exposes
a DPDM regulator to be enabled prior to performing charger type
detection. Using same reference usb driver checks for dpdm
regulator status before starting dwc3 state machine as it might
interfere with apsd (automatic power source detection).

Change-Id: I74e718dd649982a3992d711b98bb81a8caa74e27
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 568e87ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@
};

&pm8150b_charger {
	dpdm-supply = <&usb2_phy0>;
	smb5_vconn: qcom,smb5-vconn {
		regulator-name = "smb5-vconn";
	};
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
		qcom,use-pdc-interrupts;

		USB3_GDSC-supply = <&usb30_prim_gdsc>;
		dpdm-supply = <&usb2_phy0>;
		clocks = <&clock_gcc GCC_USB30_PRIM_MASTER_CLK>,
			<&clock_gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>,
			<&clock_gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>,