|
@@ -548,14 +548,11 @@ static void __init mpc82xx_add_bridge(struct device_node *np)
|
|
|
return;
|
|
|
|
|
|
hose->arch_data = np;
|
|
|
- hose->set_cfg_type = 1;
|
|
|
|
|
|
hose->first_busno = bus_range ? bus_range[0] : 0;
|
|
|
hose->last_busno = bus_range ? bus_range[1] : 0xff;
|
|
|
hose->bus_offset = 0;
|
|
|
|
|
|
- hose->set_cfg_type = 1;
|
|
|
-
|
|
|
setup_indirect_pci(hose,
|
|
|
r.start + offsetof(pci_cpm2_t, pci_cfg_addr),
|
|
|
r.start + offsetof(pci_cpm2_t, pci_cfg_data));
|