|
@@ -283,7 +283,7 @@ static int __init ls_pcie_probe(struct platform_device *pdev)
|
|
|
pcie->pci = pci;
|
|
|
|
|
|
dbi_base = platform_get_resource_byname(pdev, IORESOURCE_MEM, "regs");
|
|
|
- pci->dbi_base = devm_ioremap_resource(dev, dbi_base);
|
|
|
+ pci->dbi_base = devm_pci_remap_cfg_resource(dev, dbi_base);
|
|
|
if (IS_ERR(pci->dbi_base))
|
|
|
return PTR_ERR(pci->dbi_base);
|
|
|
|