OSDN Git Service

drivers: phy: sr-usb: do not use internal fsm for USB2 phy init
authorBharat Gooty <bharat.gooty@broadcom.com>
Wed, 13 May 2020 17:39:47 +0000 (23:09 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 18 May 2020 14:00:56 +0000 (19:30 +0530)
commit6f0577d1411337a0d97d545abe4a784e9e611516
tree8a72b9e0dbc4edf5ac998d68af2320395ab19512
parent42aed917819d58bf202e7e2df7707fd5c2a4ef5c
drivers: phy: sr-usb: do not use internal fsm for USB2 phy init

During different reboot cycles, USB PHY PLL may not always lock
during initialization and therefore can cause USB to be not usable.

Hence do not use internal FSM programming sequence for the USB
PHY initialization.

Fixes: 4dcddbb38b64 ("phy: sr-usb: Add Stingray USB PHY driver")
Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>
Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Link: https://lore.kernel.org/r/20200513173947.10919-1-rayagonda.kokatanur@broadcom.com
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/broadcom/phy-bcm-sr-usb.c