|
@@ -543,7 +543,7 @@ int __init ks_dw_pcie_host_init(struct keystone_pcie *ks_pcie,
|
|
|
|
|
|
/* Index 0 is the config reg. space address */
|
|
/* Index 0 is the config reg. space address */
|
|
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
|
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
|
- pci->dbi_base = devm_ioremap_resource(dev, res);
|
|
|
|
|
|
+ pci->dbi_base = devm_pci_remap_cfg_resource(dev, res);
|
|
if (IS_ERR(pci->dbi_base))
|
|
if (IS_ERR(pci->dbi_base))
|
|
return PTR_ERR(pci->dbi_base);
|
|
return PTR_ERR(pci->dbi_base);
|
|
|
|
|