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

Commit f8a36e83 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: Add extcon handle for VBUS notification on sdxpoorwills"

parents c022652a f44a80f7
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,11 @@
	status = "okay";
	status = "okay";
};
};


&usb {
	status = "okay";
	extcon = <&vbus_detect>;
};

&pcie_ep {
&pcie_ep {
	status = "okay";
	status = "okay";
};
};
+5 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,11 @@
	status = "okay";
	status = "okay";
};
};


&usb {
	status = "okay";
	extcon = <&vbus_detect>;
};

&pcie_ep {
&pcie_ep {
	status = "okay";
	status = "okay";
};
};