phy: sun4i-usb: Call phy_passby even for PHY#0
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 20 Jul 2018 07:04:20 +0000 (12:34 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Tue, 31 Jul 2018 06:11:41 +0000 (11:41 +0530)
commit0bfcb47aa0317cb94621a5c28a3e8c6ac8ff34d6
treed0de4292ff83956757bb9234e8037ef65a86bb20
parentb29712e941e15c8385cf8f0347b165c148b133bc
phy: sun4i-usb: Call phy_passby even for PHY#0

On newer Allwinner SoC, there is a pair of EHCI/OHCI USB hosts
for OTG host mode. USB PHY passby must be configured for its
corresponding PHY. so we can call for PHY#0. on the other hand
in past usb-phy code the same thing can be restricted for
Lower SoC's, other than H3/H5/A64.

Now there is no need to restrict usb passby since the phy driver
is DT enabled, and the respective phy calls will trigger based
DT information initiated by the drivers.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/phy/allwinner/phy-sun4i-usb.c