summaryrefslogtreecommitdiff
path: root/drivers/extcon
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/extcon')
-rw-r--r--drivers/extcon/extcon.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c
index 519ac5c8bed1..f21ab75fdbab 100644
--- a/drivers/extcon/extcon.c
+++ b/drivers/extcon/extcon.c
@@ -61,6 +61,11 @@ struct __extcon_info {
.id = EXTCON_USB_HOST,
.name = "USB_HOST",
},
+ [EXTCON_USB_VBUS_EN] = {
+ .type = EXTCON_TYPE_USB,
+ .id = EXTCON_USB_VBUS_EN,
+ .name = "USB_VBUS_EN",
+ },
/* Charging external connector */
[EXTCON_CHG_USB_SDP] = {