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

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

Merge "ARM: dts: msm: Fix extcon property issue for SDM429"

parents 39aea902 501a693b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -508,7 +508,6 @@
		HSUSB_1p8-supply = <&L12A>;
		HSUSB_3p3-supply = <&L16A>;
		qcom,vdd-voltage-level = <0 928000 928000>;
		vbus_otg-supply = <&smb2_vbus>;

		qcom,hsusb-otg-phy-init-seq = <0x43 0x80 0x06 0x82 0xffffffff>;
		qcom,hsusb-otg-phy-type = <3>; /* SNPS Femto PHY */
+2 −1
Original line number Diff line number Diff line
@@ -248,5 +248,6 @@
};

&usb_otg {
	extcon = &pm660_charger;
	extcon = <&pm660_charger>;
	vbus_otg-supply = <&smb2_vbus>;
};