Skip to content

Commit 04357fa

Browse files
htotgregkh
authored andcommitted
usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield
On Intel Merrifield LPM is causing host to reset port after a timeout. By disabling LPM entirely this is prevented. Fixes: 066c095 ("usb: dwc3: pci: Enable extcon driver for Intel Merrifield") Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Ferry Toth <ftoth@exalondelft.nl> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20210425150947.5862-1-ftoth@exalondelft.nl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 18abf87 commit 04357fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ static const struct property_entry dwc3_pci_mrfld_properties[] = {
123123
PROPERTY_ENTRY_STRING("linux,extcon-name", "mrfld_bcove_pwrsrc"),
124124
PROPERTY_ENTRY_BOOL("snps,dis_u3_susphy_quirk"),
125125
PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
126+
PROPERTY_ENTRY_BOOL("snps,usb2-gadget-lpm-disable"),
126127
PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
127128
{}
128129
};

0 commit comments

Comments
 (0)