|
@@ -630,14 +630,6 @@ static void __iomem *iproc_pcie_map_cfg_bus(struct iproc_pcie *pcie,
|
|
|
return (pcie->base + offset);
|
|
|
}
|
|
|
|
|
|
- /*
|
|
|
- * PAXC is connected to an internally emulated EP within the SoC. It
|
|
|
- * allows only one device.
|
|
|
- */
|
|
|
- if (pcie->ep_is_internal)
|
|
|
- if (slot > 0)
|
|
|
- return NULL;
|
|
|
-
|
|
|
return iproc_pcie_map_ep_cfg_reg(pcie, busno, slot, fn, where);
|
|
|
}
|
|
|
|