aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/82xx/mpc82xx_ads.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/82xx/mpc82xx_ads.c')
-rw-r--r--arch/powerpc/platforms/82xx/mpc82xx_ads.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/82xx/mpc82xx_ads.c b/arch/powerpc/platforms/82xx/mpc82xx_ads.c
index 081c0abe4f18..04bf57079c1e 100644
--- a/arch/powerpc/platforms/82xx/mpc82xx_ads.c
+++ b/arch/powerpc/platforms/82xx/mpc82xx_ads.c
@@ -548,14 +548,11 @@ static void __init mpc82xx_add_bridge(struct device_node *np)
548 return; 548 return;
549 549
550 hose->arch_data = np; 550 hose->arch_data = np;
551 hose->set_cfg_type = 1;
552 551
553 hose->first_busno = bus_range ? bus_range[0] : 0; 552 hose->first_busno = bus_range ? bus_range[0] : 0;
554 hose->last_busno = bus_range ? bus_range[1] : 0xff; 553 hose->last_busno = bus_range ? bus_range[1] : 0xff;
555 hose->bus_offset = 0; 554 hose->bus_offset = 0;
556 555
557 hose->set_cfg_type = 1;
558
559 setup_indirect_pci(hose, 556 setup_indirect_pci(hose,
560 r.start + offsetof(pci_cpm2_t, pci_cfg_addr), 557 r.start + offsetof(pci_cpm2_t, pci_cfg_addr),
561 r.start + offsetof(pci_cpm2_t, pci_cfg_data)); 558 r.start + offsetof(pci_cpm2_t, pci_cfg_data));