extcon: ptn5150: Set the VBUS and POLARITY property capability
authorRamuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>
Thu, 27 Aug 2020 06:51:28 +0000 (14:51 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 24 Sep 2020 10:20:49 +0000 (19:20 +0900)
Set the capability value of property for VBUS and POLARITY.

Signed-off-by: Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>
[cw00.choi: Replace the space with tab for the indentation]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-ptn5150.c

index 841c9fe..dda5b3a 100644 (file)
@@ -275,6 +275,13 @@ static int ptn5150_i2c_probe(struct i2c_client *i2c)
                return ret;
        }
 
+       extcon_set_property_capability(info->edev, EXTCON_USB,
+                                       EXTCON_PROP_USB_VBUS);
+       extcon_set_property_capability(info->edev, EXTCON_USB_HOST,
+                                       EXTCON_PROP_USB_VBUS);
+       extcon_set_property_capability(info->edev, EXTCON_USB_HOST,
+                                       EXTCON_PROP_USB_TYPEC_POLARITY);
+
        /* Initialize PTN5150 device and print vendor id and version id */
        ret = ptn5150_init_dev_type(info);
        if (ret)