mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
Merge branch 'pci/controller/fu740'
- Set the supported number of MSI vectors so we can use all available MSI interrupts (Yong-Xuan Wang) * pci/controller/fu740: PCI: fu740: Set the number of MSI vectors
This commit is contained in:
commit
9190819c89
|
|
@ -299,6 +299,7 @@ static int fu740_pcie_probe(struct platform_device *pdev)
|
|||
pci->dev = dev;
|
||||
pci->ops = &dw_pcie_ops;
|
||||
pci->pp.ops = &fu740_pcie_host_ops;
|
||||
pci->pp.num_vectors = MAX_MSI_IRQS;
|
||||
|
||||
/* SiFive specific region: mgmt */
|
||||
afp->mgmt_base = devm_platform_ioremap_resource_byname(pdev, "mgmt");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user