Skip to content

Commit deab1f2

Browse files
committed
Merge branch 'remotes/lorenzo/pci/iproc'
- Remove iproc PAXC slot check to allow VF support (Jitendra Bhivare) * remotes/lorenzo/pci/iproc: PCI: iproc: Remove PAXC slot check to allow VF support
2 parents 525fde0 + 4da6b44 commit deab1f2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/pci/controller/pcie-iproc.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -630,14 +630,6 @@ static void __iomem *iproc_pcie_map_cfg_bus(struct iproc_pcie *pcie,
630630
return (pcie->base + offset);
631631
}
632632

633-
/*
634-
* PAXC is connected to an internally emulated EP within the SoC. It
635-
* allows only one device.
636-
*/
637-
if (pcie->ep_is_internal)
638-
if (slot > 0)
639-
return NULL;
640-
641633
return iproc_pcie_map_ep_cfg_reg(pcie, busno, slot, fn, where);
642634
}
643635

0 commit comments

Comments
 (0)