commit | 4fdee2d31ee9f81a03c43c4230e5a8d226dd082d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Oct 05 17:00:43 2015 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Thu Nov 12 09:21:05 2015 -0700 |
tree | d6fea1c0af92a6eff06962c086e50d8ec7512d00 | |
parent | e3553be564d4b0d2f9223bb76b4b07834de421f1 [diff] |
pci: tegra: call tegra_pcie_board_init() earlier The board PCI setup code may control regulators that are required simply to bring up the PCI controller itself (or PLLs, IOs, ... it uses). Move the call to this function earlier so that all board-provided resources are ready early enough for everything to work. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>