commit | 0722bdd2962a4a0f6d5e8973b0d274d147adacfb | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Thu Nov 24 09:54:21 2016 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Dec 07 15:08:25 2016 -0600 |
tree | 806ba9f34000158a12745a9d27b2c8b73afcd3cd | |
parent | 9e663d3f11ee34dfe92dcea98992151cae55e1ea [diff] |
PCI: rockchip: Move the deassert of pm/aclk/pclk after phy_init() Move deassert of pm/aclk/pclk after phy_init() as we want to optimize the logic of reset control and reuse rockchip_pcie_init_port() later which should fully follow the cold boot procedure of ROM code. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Brian Norris <briannorris@chromium.org>