commit | 42849cf6c4bf643ed69f5bc3a30fee0d0ecb319e | [log] [tgz] |
---|---|---|
author | Hemant Kumar <hemantk@codeaurora.org> | Wed Dec 06 17:30:20 2017 -0800 |
committer | Harry Yang <harryy@codeaurora.org> | Thu Dec 14 16:51:33 2017 -0800 |
tree | dbe90650537d37bca314694ab7b7d4b67b5ecc4e | |
parent | bbe9ff7b495453fd616e4d6af6ebb060b9d48359 [diff] [blame] |
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: Hemant Kumar <hemantk@codeaurora.org>
diff --git a/arch/arm/boot/dts/qcom/sdxpoorwills-cdp.dts b/arch/arm/boot/dts/qcom/sdxpoorwills-cdp.dts index f6fa81f..89945e3 100644 --- a/arch/arm/boot/dts/qcom/sdxpoorwills-cdp.dts +++ b/arch/arm/boot/dts/qcom/sdxpoorwills-cdp.dts
@@ -126,3 +126,8 @@ &smb138x_vbus { status = "okay"; }; + +&usb { + status = "okay"; + extcon = <&smb1381_charger>; +};