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

Commit 501a693b authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa
Browse files

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



Fix extcon property issue for SDM429, else leads to extcon
registration failure.

Change-Id: Ieeba996a688d5495f846ad56e1c598293843e538
Signed-off-by: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent 1eb948d7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -480,7 +480,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>;
};