[PATCH] ppc4xx: Allow 4xx PCI bridge to be disabled via device tree

2008-09-10 Thread Matthias Fuchs
This patch allows the 4xx (conventional) PCI bridge to be disabled via the device tree. This is needed for 4xx PCI adapter hardware. Use the PCI node's status property to disable the PCI bridge. Signed-off-by: Matthias Fuchs [EMAIL PROTECTED] --- arch/powerpc/sysdev/ppc4xx_pci.c |9

Re: [PATCH] ppc4xx: Allow 4xx PCI bridge to be disabled via device tree

2008-09-10 Thread Stefan Roese
On Wednesday 10 September 2008, Matthias Fuchs wrote: This patch allows the 4xx (conventional) PCI bridge to be disabled via the device tree. This is needed for 4xx PCI adapter hardware. Use the PCI node's status property to disable the PCI bridge. Signed-off-by: Matthias Fuchs [EMAIL