commit | d5fdafd38ca0c28c4648909ce0afd0a5420309ca | [log] [tgz] |
---|---|---|
author | Mike Rapoport <mike@compulab.co.il> | Wed Mar 02 14:34:06 2011 +0200 |
committer | Colin Cross <ccross@android.com> | Thu Mar 03 13:57:31 2011 -0800 |
tree | 88289a5e28ae24381af7fd1c69712ae8bca7f165 | |
parent | b96cc7fe190b9356633c70afae61ee0637b000ee [diff] |
ARM: tegra: trimslice: initialize PCI-e only when running on TrimSlice Currently tegra_pcie_init is effectively called as subsys_initcall. With multiplatform kernel this may cause hangs on boards that don't intend to support Tegra2 PCI-e. Ensure that TrimSlice board code initializes PCI-e only when actually running on the TrimSlice. Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Colin Cross <ccross@android.com>