]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/xtensa/kernel/pci.c
PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"
[karo-tx-linux.git] / arch / xtensa / kernel / pci.c
index d27b4dcf221f8904e34198474d396c77b1034bb6..b848cc3dc913d8de7dc5181fc140a9f83215e6cf 100644 (file)
@@ -210,6 +210,10 @@ subsys_initcall(pcibios_init);
 
 void pcibios_fixup_bus(struct pci_bus *bus)
 {
+       if (bus->parent) {
+               /* This is a subordinate bridge */
+               pci_read_bridge_bases(bus);
+       }
 }
 
 void pcibios_set_master(struct pci_dev *dev)