aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/corenet_ds.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-05-19 21:59:23 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-06-22 21:44:57 -0500
commit6d251ddff82d61ebff211f95ce826f8d81283181 (patch)
tree40a89eff9b59e406e2a2933ef2e3c33623984ed6 /arch/powerpc/platforms/85xx/corenet_ds.c
parentpowerpc/pci: Move FSL fixup from 32-bit to common (diff)
downloadlinux-dev-6d251ddff82d61ebff211f95ce826f8d81283181.tar.xz
linux-dev-6d251ddff82d61ebff211f95ce826f8d81283181.zip
powerpc/85xx: Add PCI support in 64-bit mode on P5020DS
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/corenet_ds.c')
-rw-r--r--arch/powerpc/platforms/85xx/corenet_ds.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c
index 10af3c793b38..338e6dc31663 100644
--- a/arch/powerpc/platforms/85xx/corenet_ds.c
+++ b/arch/powerpc/platforms/85xx/corenet_ds.c
@@ -22,6 +22,7 @@
#include <asm/time.h>
#include <asm/machdep.h>
#include <asm/pci-bridge.h>
+#include <asm/ppc-pci.h>
#include <mm/mmu_decl.h>
#include <asm/prom.h>
#include <asm/udbg.h>
@@ -90,6 +91,10 @@ void __init corenet_ds_setup_arch(void)
hose->dma_window_size);
}
}
+
+#ifdef CONFIG_PPC64
+ pci_devs_phb_init();
+#endif
#endif
#ifdef CONFIG_SWIOTLB