diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-05-19 22:59:23 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-06-22 22:44:57 -0400 |
commit | 6d251ddff82d61ebff211f95ce826f8d81283181 (patch) | |
tree | 40a89eff9b59e406e2a2933ef2e3c33623984ed6 /arch | |
parent | c065488f1acfc0be75584c0fe156fc806820f39d (diff) |
powerpc/85xx: Add PCI support in 64-bit mode on P5020DS
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/85xx/corenet_ds.c | 5 |
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 @@ | |||
22 | #include <asm/time.h> | 22 | #include <asm/time.h> |
23 | #include <asm/machdep.h> | 23 | #include <asm/machdep.h> |
24 | #include <asm/pci-bridge.h> | 24 | #include <asm/pci-bridge.h> |
25 | #include <asm/ppc-pci.h> | ||
25 | #include <mm/mmu_decl.h> | 26 | #include <mm/mmu_decl.h> |
26 | #include <asm/prom.h> | 27 | #include <asm/prom.h> |
27 | #include <asm/udbg.h> | 28 | #include <asm/udbg.h> |
@@ -90,6 +91,10 @@ void __init corenet_ds_setup_arch(void) | |||
90 | hose->dma_window_size); | 91 | hose->dma_window_size); |
91 | } | 92 | } |
92 | } | 93 | } |
94 | |||
95 | #ifdef CONFIG_PPC64 | ||
96 | pci_devs_phb_init(); | ||
97 | #endif | ||
93 | #endif | 98 | #endif |
94 | 99 | ||
95 | #ifdef CONFIG_SWIOTLB | 100 | #ifdef CONFIG_SWIOTLB |