From: Andy Shevchenko Date: Mon, 4 May 2020 09:33:52 +0000 (+0300) Subject: usb: dwc3: pci: Enable extcon driver for Intel Merrifield X-Git-Tag: v5.15~3870^2~7^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=066c09593454e89bc605ffdff1c9810061f9b1e1;p=platform%2Fkernel%2Flinux-starfive.git usb: dwc3: pci: Enable extcon driver for Intel Merrifield Intel Merrifield provides a DR support via PMIC which has its own extcon driver. Add a property string to link to that driver. Signed-off-by: Andy Shevchenko Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c index 7051611..b673727 100644 --- a/drivers/usb/dwc3/dwc3-pci.c +++ b/drivers/usb/dwc3/dwc3-pci.c @@ -114,6 +114,7 @@ static const struct property_entry dwc3_pci_intel_properties[] = { static const struct property_entry dwc3_pci_mrfld_properties[] = { PROPERTY_ENTRY_STRING("dr_mode", "otg"), + PROPERTY_ENTRY_STRING("linux,extcon-name", "mrfld_bcove_pwrsrc"), PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"), {} };