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

Commit 48ad1a38 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

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



sdxpoorwills-pcie-ep-cdp/mtp-256 device is incorrectly using smb1381
charger as vbus notification. Instead, sdxpoorwills-pcie-ep-cdp/mtp
device uses smb1381 charger and sdxpoorwills-pcie-ep-cdp/mtp-256 device
uses gpio based vbus detection.

Change-Id: I26cb86cffb484351d54261308be2dc598d202d86
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent d5546ff2
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";
};