|
@@ -838,6 +838,8 @@ static int nwl_pcie_probe(struct platform_device *pdev)
|
|
bridge->sysdata = pcie;
|
|
bridge->sysdata = pcie;
|
|
bridge->busnr = pcie->root_busno;
|
|
bridge->busnr = pcie->root_busno;
|
|
bridge->ops = &nwl_pcie_ops;
|
|
bridge->ops = &nwl_pcie_ops;
|
|
|
|
+ bridge->map_irq = of_irq_parse_and_map_pci;
|
|
|
|
+ bridge->swizzle_irq = pci_common_swizzle;
|
|
|
|
|
|
if (IS_ENABLED(CONFIG_PCI_MSI)) {
|
|
if (IS_ENABLED(CONFIG_PCI_MSI)) {
|
|
err = nwl_pcie_enable_msi(pcie);
|
|
err = nwl_pcie_enable_msi(pcie);
|