diff options
Diffstat (limited to 'drivers/pci/dwc/pci-keystone-dw.c')
-rw-r--r-- | drivers/pci/dwc/pci-keystone-dw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/dwc/pci-keystone-dw.c b/drivers/pci/dwc/pci-keystone-dw.c index 6b396f6b4615..8bc626e640c8 100644 --- a/drivers/pci/dwc/pci-keystone-dw.c +++ b/drivers/pci/dwc/pci-keystone-dw.c | |||
@@ -543,7 +543,7 @@ int __init ks_dw_pcie_host_init(struct keystone_pcie *ks_pcie, | |||
543 | 543 | ||
544 | /* Index 0 is the config reg. space address */ | 544 | /* Index 0 is the config reg. space address */ |
545 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 545 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
546 | pci->dbi_base = devm_ioremap_resource(dev, res); | 546 | pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); |
547 | if (IS_ERR(pci->dbi_base)) | 547 | if (IS_ERR(pci->dbi_base)) |
548 | return PTR_ERR(pci->dbi_base); | 548 | return PTR_ERR(pci->dbi_base); |
549 | 549 | ||