Skip to content

Commit

Permalink
powerpc/85xx: Add PCI support in 64-bit mode on P5020DS
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Jun 23, 2011
1 parent c065488 commit 6d251dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/powerpc/platforms/85xx/corenet_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6d251dd

Please sign in to comment.