On Tue, 3 Aug 2021 15:56:55 -0600, Rob Herring wrote: > Commit 669cbc708122 ("PCI: Move DT resource setup into > devm_pci_alloc_host_bridge()") made devm_pci_alloc_host_bridge() fail on > any DT resource parsing errors, but Broadcom iProc uses > devm_pci_alloc_host_bridge() on BCMA bus devices that don't have DT > resources. In particular, there is no 'ranges' property. Fix iProc by > making 'ranges' optional. > > [...] Applied to pci/iproc, thanks! [1/2] PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges' https://git.kernel.org/lpieralisi/pci/c/d277f6e88c [2/2] PCI: iproc: Fix BCMA probe resource handling https://git.kernel.org/lpieralisi/pci/c/aeaea8969b Thanks, Lorenzo