pci: tegra: call tegra_pcie_board_init() earlier
authorStephen Warren <swarren@nvidia.com>
Mon, 5 Oct 2015 23:00:43 +0000 (17:00 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 12 Nov 2015 16:21:05 +0000 (09:21 -0700)
commita02e2635480e66a2921d62792fbc4a1e83dc4425
treed6fea1c0af92a6eff06962c086e50d8ec7512d00
parent514e19138af26682dfaec0f92d24406b2e846f98
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>
drivers/pci/pci_tegra.c