commit | cc34ace73dfa24d9cda2fd2c4666e38a515a9052 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Mon Dec 21 14:24:09 2015 +0530 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Mon Dec 21 14:26:27 2015 +0530 |
tree | 57c25fda7cccb1be8d5de343e8308ecffccce7aa | |
parent | 1fe521225a830e159449cba9f7b365ba207e22c9 [diff] |
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>