|
@@ -620,6 +620,8 @@ static int altera_pcie_probe(struct platform_device *pdev)
|
|
|
bridge->sysdata = pcie;
|
|
|
bridge->busnr = pcie->root_bus_nr;
|
|
|
bridge->ops = &altera_pcie_ops;
|
|
|
+ bridge->map_irq = of_irq_parse_and_map_pci;
|
|
|
+ bridge->swizzle_irq = pci_common_swizzle;
|
|
|
|
|
|
ret = pci_scan_root_bus_bridge(bridge);
|
|
|
if (ret < 0)
|
|
@@ -627,8 +629,6 @@ static int altera_pcie_probe(struct platform_device *pdev)
|
|
|
|
|
|
bus = bridge->bus;
|
|
|
|
|
|
- pci_fixup_irqs(pci_common_swizzle, of_irq_parse_and_map_pci);
|
|
|
-
|
|
|
pci_assign_unassigned_bus_resources(bus);
|
|
|
|
|
|
/* Configure PCI Express setting. */
|