Re: [PATCH] PCI: iproc: Add PCI_DOMAIN dependency to PCI Kconfig

2017-03-16 Thread Bjorn Helgaas
On Wed, Mar 01, 2017 at 10:53:13AM -0500, Jon Mason wrote: > From: Jon Mason > > 2+ PCI devices fail to be discovered due to each bus having the same > PCI domain. This is because the domain defined in the device tree file > is not being added due to PCI_DOMAIN not being enabled. So, every PCI

[PATCH] PCI: iproc: Add PCI_DOMAIN dependency to PCI Kconfig

2017-03-01 Thread Jon Mason
From: Jon Mason 2+ PCI devices fail to be discovered due to each bus having the same PCI domain. This is because the domain defined in the device tree file is not being added due to PCI_DOMAIN not being enabled. So, every PCI bus has a domain of zero. When PCI_DOMAIN is selected by the Kconfig