phy: sun4i-usb: Remove usb_clk_cfg set in probe
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 20 Jul 2018 07:04:21 +0000 (12:34 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Tue, 31 Jul 2018 06:11:45 +0000 (11:41 +0530)
commit52185b094d6283808d67d64949891edbe26abba2
tree2719dba7c31a401d240df7c35b24d86d887df245
parent0bfcb47aa0317cb94621a5c28a3e8c6ac8ff34d6
phy: sun4i-usb: Remove usb_clk_cfg set in probe

usb_clk_cfg is setting CTRL_PHYGATE bit value in probe
which is BIT 0 for sun4i, 6i and 8 for a83t but all
these were handling in phy ops init exit calls.

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