Skip to content

Commit a267a7e

Browse files
andy-shevgregkh
authored andcommitted
usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel Merrifield
[ Upstream commit b522f83 ] It seems that on Intel Merrifield platform the USB PHY shouldn't be suspended. Otherwise it can't be enabled by simply change the cable in the connector. Enable corresponding quirk for the platform in question. Fixes: e5f4ca3 ("usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression") Suggested-by: Serge Semin <fancer.lancer@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210322125244.79407-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent bf4c643 commit a267a7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ static const struct property_entry dwc3_pci_intel_properties[] = {
118118
static const struct property_entry dwc3_pci_mrfld_properties[] = {
119119
PROPERTY_ENTRY_STRING("dr_mode", "otg"),
120120
PROPERTY_ENTRY_STRING("linux,extcon-name", "mrfld_bcove_pwrsrc"),
121+
PROPERTY_ENTRY_BOOL("snps,dis_u3_susphy_quirk"),
122+
PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
121123
PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
122124
{}
123125
};

0 commit comments

Comments
 (0)