usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.
authorArtur Petrosyan <Arthur.Petrosyan@synopsys.com>
Fri, 26 Mar 2021 10:24:46 +0000 (14:24 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Mar 2021 13:51:22 +0000 (14:51 +0100)
commit5e3bbae8ee3d677a0aa2919dc62b5c60ea01ba61
tree7bbbfaa8a04e74a5ce449c36bcd4b7c46c609e7e
parent92af4fc6ec331228aca322ca37c8aea7b150a151
usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.

Increased the waiting timeout for HPRT0.PrtSusp register field
to be set, because on HiKey 960 board HPRT0.PrtSusp wasn't
generated with the existing timeout.

Cc: <stable@vger.kernel.org> # 4.18
Fixes: 22bb5cfdf13a ("usb: dwc2: Fix host exit from hibernation flow.")
Signed-off-by: Artur Petrosyan <Arthur.Petrosyan@synopsys.com>
Acked-by: Minas Harutyunyan <Minas.Harutyunyan@synopsys.com>
Link: https://lore.kernel.org/r/20210326102447.8F7FEA005D@mailhost.synopsys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/hcd.c