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

Commit 4704c248 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Fix vbus notification extcon producer on sdxpoorwills"

parents f851ba28 48ad1a38
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 {
+0 −6
Original line number Diff line number Diff line
@@ -16,12 +16,6 @@
	status = "okay";
};

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

&pcie_ep {
	status = "okay";
};
+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 {
+0 −6
Original line number Diff line number Diff line
@@ -16,12 +16,6 @@
	status = "okay";
};

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

&pcie_ep {
	status = "okay";
};