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

Commit 42849cf6 authored by Hemant Kumar's avatar Hemant Kumar Committed by Harry Yang
Browse files

ARM: dts: msm: Add extcon handle to receive charger notification



Add smb1381-charger as extcon handle to receive usb host and
device mode connect/disconnect notification.

Change-Id: I21d08512b1b2c44465d8037381494cab3374d18a
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent bbe9ff7b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -126,3 +126,8 @@
&smb138x_vbus {
	status = "okay";
};

&usb {
	status = "okay";
	extcon = <&smb1381_charger>;
};
+5 −0
Original line number Diff line number Diff line
@@ -126,3 +126,8 @@
&smb138x_vbus {
	status = "okay";
};

&usb {
	status = "okay";
	extcon = <&smb1381_charger>;
};
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@

		resets = <&clock_gcc GCC_USB30_BCR>;
		reset-names = "core_reset";
		status = "disabled";

		dwc3@a600000 {
			compatible = "snps,dwc3";