mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	PCI: keystone-dw: Update PCI config space remap function
PCI configuration space should be mapped with a memory region type that generates on the CPU host bus non-posted write transations. Update the driver to use the devm_pci_remap_cfg* interface to make sure the correct memory mappings for PCI configuration space are used. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Murali Karicheri <m-karicheri2@ti.com>
This commit is contained in:
		
							parent
							
								
									01bd489dba
								
							
						
					
					
						commit
						89874a1a6e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -543,7 +543,7 @@ int __init ks_dw_pcie_host_init(struct keystone_pcie *ks_pcie, | |||
| 
 | ||||
| 	/* Index 0 is the config reg. space address */ | ||||
| 	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)) | ||||
| 		return PTR_ERR(pci->dbi_base); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Lorenzo Pieralisi
						Lorenzo Pieralisi