Commit 25c24f3d authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Josh Boyer

[POWERPC] pci32: 4xx embedded platforms want to reassign all PCI resources

This makes 4xx embedded platforms re-assign all PCI resources as we
pretty much never care about what the various firmwares have done on
these, it's generally not compatible with the way the kernel will map
the bridges.

We still need to also enable bus renumbering on some of them, but I
will do that from a separate patch after I've fixed 4xx PCIe to handle
all bus numbers.
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 035ee428
...@@ -101,6 +101,8 @@ static void __init ep405_setup_arch(void) ...@@ -101,6 +101,8 @@ static void __init ep405_setup_arch(void)
{ {
/* Find & init the BCSR CPLD */ /* Find & init the BCSR CPLD */
ep405_init_bcsr(); ep405_init_bcsr();
ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
} }
static int __init ep405_probe(void) static int __init ep405_probe(void)
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/time.h> #include <asm/time.h>
#include <asm/uic.h> #include <asm/uic.h>
#include <asm/pci-bridge.h>
static struct of_device_id kilauea_of_bus[] = { static struct of_device_id kilauea_of_bus[] = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
...@@ -45,6 +46,8 @@ static int __init kilauea_probe(void) ...@@ -45,6 +46,8 @@ static int __init kilauea_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,kilauea")) if (!of_flat_dt_is_compatible(root, "amcc,kilauea"))
return 0; return 0;
ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
return 1; return 1;
} }
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/time.h> #include <asm/time.h>
#include <asm/uic.h> #include <asm/uic.h>
#include <asm/pci-bridge.h>
static struct of_device_id walnut_of_bus[] = { static struct of_device_id walnut_of_bus[] = {
{ .compatible = "ibm,plb3", }, { .compatible = "ibm,plb3", },
...@@ -51,6 +52,8 @@ static int __init walnut_probe(void) ...@@ -51,6 +52,8 @@ static int __init walnut_probe(void)
if (!of_flat_dt_is_compatible(root, "ibm,walnut")) if (!of_flat_dt_is_compatible(root, "ibm,walnut"))
return 0; return 0;
ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
return 1; return 1;
} }
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/time.h> #include <asm/time.h>
#include <asm/uic.h> #include <asm/uic.h>
#include <asm/pci-bridge.h>
#include "44x.h" #include "44x.h"
static struct of_device_id bamboo_of_bus[] = { static struct of_device_id bamboo_of_bus[] = {
...@@ -48,6 +50,8 @@ static int __init bamboo_probe(void) ...@@ -48,6 +50,8 @@ static int __init bamboo_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,bamboo")) if (!of_flat_dt_is_compatible(root, "amcc,bamboo"))
return 0; return 0;
ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
return 1; return 1;
} }
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/time.h> #include <asm/time.h>
#include <asm/uic.h> #include <asm/uic.h>
#include <asm/pci-bridge.h>
#include "44x.h" #include "44x.h"
...@@ -55,6 +56,8 @@ static int __init ebony_probe(void) ...@@ -55,6 +56,8 @@ static int __init ebony_probe(void)
if (!of_flat_dt_is_compatible(root, "ibm,ebony")) if (!of_flat_dt_is_compatible(root, "ibm,ebony"))
return 0; return 0;
ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
return 1; return 1;
} }
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/time.h> #include <asm/time.h>
#include <asm/uic.h> #include <asm/uic.h>
#include <asm/pci-bridge.h>
#include "44x.h" #include "44x.h"
...@@ -49,6 +50,8 @@ static int __init katmai_probe(void) ...@@ -49,6 +50,8 @@ static int __init katmai_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,katmai")) if (!of_flat_dt_is_compatible(root, "amcc,katmai"))
return 0; return 0;
ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
return 1; return 1;
} }
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/time.h> #include <asm/time.h>
#include <asm/uic.h> #include <asm/uic.h>
#include "44x.h" #include <asm/pci-bridge.h>
static struct of_device_id sequoia_of_bus[] = { static struct of_device_id sequoia_of_bus[] = {
{ .compatible = "ibm,plb4", }, { .compatible = "ibm,plb4", },
...@@ -48,6 +49,8 @@ static int __init sequoia_probe(void) ...@@ -48,6 +49,8 @@ static int __init sequoia_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,sequoia")) if (!of_flat_dt_is_compatible(root, "amcc,sequoia"))
return 0; return 0;
ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
return 1; return 1;
} }
......
...@@ -60,6 +60,8 @@ static int __init taishan_probe(void) ...@@ -60,6 +60,8 @@ static int __init taishan_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,taishan")) if (!of_flat_dt_is_compatible(root, "amcc,taishan"))
return 0; return 0;
ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment