summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/44x/bamboo.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/44x/bamboo.c')
-rw-r--r--arch/powerpc/platforms/44x/bamboo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/bamboo.c b/arch/powerpc/platforms/44x/bamboo.c
index be23f112184f..553c9f18aa77 100644
--- a/arch/powerpc/platforms/44x/bamboo.c
+++ b/arch/powerpc/platforms/44x/bamboo.c
@@ -21,6 +21,8 @@
#include <asm/udbg.h>
#include <asm/time.h>
#include <asm/uic.h>
+#include <asm/pci-bridge.h>
+
#include "44x.h"
static struct of_device_id bamboo_of_bus[] = {
@@ -48,6 +50,8 @@ static int __init bamboo_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,bamboo"))
return 0;
+ ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
+
return 1;
}
OpenPOWER on IntegriCloud