From 4922566f0394ac41c72fb960f22b4f84333026bc Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 20 Dec 2007 08:55:34 -0600 Subject: [POWERPC] 4xx: libfdt and pci fixes for Rainier Update the Rainier wrapper for the libfdt merge and add the pci flags to the platform file. Signed-off-by: Josh Boyer --- arch/powerpc/platforms/44x/rainier.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/powerpc/platforms/44x') diff --git a/arch/powerpc/platforms/44x/rainier.c b/arch/powerpc/platforms/44x/rainier.c index 5a01bef21846..ce8167bb301f 100644 --- a/arch/powerpc/platforms/44x/rainier.c +++ b/arch/powerpc/platforms/44x/rainier.c @@ -20,6 +20,7 @@ #include #include #include +#include #include "44x.h" static struct of_device_id rainier_of_bus[] = { @@ -47,6 +48,8 @@ static int __init rainier_probe(void) if (!of_flat_dt_is_compatible(root, "amcc,rainier")) return 0; + ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC; + return 1; } -- cgit v1.2.3