powerpc/85xx: Add PCI support in 64-bit mode on P5020DS

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Kumar Gala 2011-05-19 21:59:23 -05:00
parent c065488f1a
commit 6d251ddff8
1 changed files with 5 additions and 0 deletions

View File

@ -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