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

Commit c2be592a authored by Srinivasarao P's avatar Srinivasarao P Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: don't use smb5_vbus regulator for SDM439/429

SDM439 is a non-PD design and VBUS will be enabled by the charger itself so
smb5-vbus regulator will not be registered.

Change-Id: I086a0350c0ab276213af00897716ccf7701e0a87
parent a3ab086c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1070,7 +1070,6 @@
		HSUSB_1p8-supply = <&pm8937_l7>;
		HSUSB_3p3-supply = <&pm8937_l13>;
		qcom,vdd-voltage-level = <0 1200000 1200000>;
		vbus_otg-supply = <&smbcharger_charger_otg>;

		qcom,hsusb-otg-phy-type = <3>; /* SNPS Femto PHY */
		qcom,hsusb-otg-mode = <3>; /* OTG mode */
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
};

&usb_otg {
	vbus_otg-supply = <&smb5_vbus>;
	extcon = <&pmi632_charger>;
};