phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probe
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 21 Dec 2015 08:54:09 +0000 (14:24 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 21 Dec 2015 08:56:27 +0000 (14:26 +0530)
commitcc34ace73dfa24d9cda2fd2c4666e38a515a9052
tree57c25fda7cccb1be8d5de343e8308ecffccce7aa
parent1fe521225a830e159449cba9f7b365ba207e22c9
phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probe

No functional change. Previously omap_control_phy_power() was used to power
off the PHY during probe. But once PIPE3 driver is adapted to use syscon,
omap_control_phy_power() cannot be used. Hence used ti_pipe3_power_off
to power off the PHY.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Roger Quadros <rogerq@ti.com>
drivers/phy/phy-ti-pipe3.c