Commits
Keerthy committed 633b05e10eb
Revert "phy: ti-pipe3: Update pcie phy settings" commit 8fe2802ab5285114ae09f13379bdcc97878de65f ("phy: ti-pipe3: Update pcie phy settings") in order to update the pcie phy settings accessed phy registers in phy_init callback. In the suspend/resume scenario, phy_init is invoked from the dra7xx_pcie_resume_noirq of pci-dra7xx driver. However during dra7xx_pcie_resume_noirq, pm_runtime is not enabled for phy (or it's parent ocp2scp which provides the clock for phy). This results in an abort when the driver tries to access phy registers in phy_init callback. Revert commit 8fe2802ab5285114ae09f13379bdcc97878de65f ("phy: ti-pipe3: Update pcie phy settings") for now to fix this. Reported-by: Roger Quadros <rogerq@ti.com> Suggested-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>