Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d251ddf authored by Kumar Gala's avatar Kumar Gala
Browse files

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

parent c065488f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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