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

Commit 8f25e7d8 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

ARM: dts: msm: Pass USB connector type for sdxpoorwills



Driver registers extcon handle based upon fixed index
assigned to USB connector type. Hence pass USB connector
type and update extcon handle accordingly.

Change-Id: I4f6f89bcf1e8d76f5101310c91779cec6a470ac5
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 794766b2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@

&usb {
	status = "okay";
	extcon = <&vbus_detect>;
	qcom,connector-type-uAB;
	extcon = <0>, <0>, <0>, <&vbus_detect>;
};

&pcie_ep {
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@

&usb {
	status = "okay";
	extcon = <&vbus_detect>;
	qcom,connector-type-uAB;
	extcon = <0>, <0>, <0>, <&vbus_detect>;
};

&pcie_ep {