commit | 629138dbaec33cecbb61fda1f5c1f047a1374993 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Thu Mar 06 16:38:43 2014 +0200 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Sun Mar 09 12:45:11 2014 +0530 |
tree | 7554c011ff72e491d5d060f26c52a719f3170bbf | |
parent | 9c7f04436088b00727fa389e2b97b182d8488123 [diff] |
phy: ti-pipe3: streamline PHY operations Limit .power_on() and .power_off() to just control the PHY power and not the DPLL. The DPLL will be enabled in .init() and idled in .exit(). Don't reprogram the DPLL if it has been already locked by the bootloader. This fixes a problem with SATA, where it fails if SATA was used by the bootloader. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>