diff options
| author | John Rigby <jrigby@freescale.com> | 2008-10-07 15:13:18 -0600 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2008-10-13 11:09:58 -0500 | 
| commit | 35225802e2e7019392fbff9227662d456eef4e24 (patch) | |
| tree | 974c6516098b4dcefab7ceed155b6945ba85bcd4 /arch/powerpc/sysdev/fsl_pci.c | |
| parent | 5b70a097052fff3831d8b94541452e7c29426777 (diff) | |
powerpc/5121: Add PCI support.
Uses mpc83xx_add_bridge in fsl_pci.c
Adds second register tuple to pci node register property
as done for 83xx device trees in a previous patch.
Signed-off-by: John Rigby <jrigby@freescale.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_pci.c')
| -rw-r--r-- | arch/powerpc/sysdev/fsl_pci.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index a3f4abadbade..5b264eb4b1f7 100644 --- a/arch/powerpc/sysdev/fsl_pci.c +++ b/arch/powerpc/sysdev/fsl_pci.c @@ -251,7 +251,7 @@ DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8641D, quirk_fsl_pcie_header);  DECLARE_PCI_FIXUP_HEADER(0x1957, PCI_DEVICE_ID_MPC8610, quirk_fsl_pcie_header);  #endif /* CONFIG_PPC_85xx || CONFIG_PPC_86xx */ -#if defined(CONFIG_PPC_83xx) +#if defined(CONFIG_PPC_83xx) || defined(CONFIG_PPC_MPC512x)  int __init mpc83xx_add_bridge(struct device_node *dev)  {  	int len; @@ -310,7 +310,7 @@ int __init mpc83xx_add_bridge(struct device_node *dev)  	setup_indirect_pci(hose, rsrc_cfg.start, rsrc_cfg.start + 4, 0); -	printk(KERN_INFO "Found MPC83xx PCI host bridge at 0x%016llx. " +	printk(KERN_INFO "Found FSL PCI host bridge at 0x%016llx. "  	       "Firmware bus number: %d->%d\n",  	       (unsigned long long)rsrc_reg.start, hose->first_busno,  	       hose->last_busno); | 
