phy: cadence: Sierra: Make cdns_sierra_phy_init() as phy_ops
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 16 Dec 2019 09:57:03 +0000 (15:27 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 8 Jan 2020 07:28:06 +0000 (12:58 +0530)
commitcedcc2e2ea39c4b47c417461a64eec27dedd335b
tree90812071161dc9728d2e2509b0b2c84a05049fda
parent367da978713b4efa1c1689935c5c5d839e778c67
phy: cadence: Sierra: Make cdns_sierra_phy_init() as phy_ops

Instead of invoking cdns_sierra_phy_init() from probe, add it in
phy_ops so that it's initialized when the PHY consumer invokes
phy_init()

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/cadence/phy-cadence-sierra.c