Re: [U-Boot] [U-Boot, PATCHv2] dm: pci: change bus number register setting compliant with Linux

2017-11-17 Thread Tom Rini
On Fri, Oct 20, 2017 at 10:45:50AM +0800, Zhiqiang Hou wrote: > From: Minghuan Lian > > This patch is to change U-Boot PCI bus assignement compliant with Linux. > It means each PCIe controller's bus number is 0, not the current maximum > PCI bus number, when start to scan

Re: [U-Boot] [PATCHv2] dm: pci: change bus number register setting compliant with Linux

2017-10-19 Thread Bin Meng
On Fri, Oct 20, 2017 at 10:45 AM, Zhiqiang Hou wrote: > From: Minghuan Lian > > This patch is to change U-Boot PCI bus assignement compliant with Linux. > It means each PCIe controller's bus number is 0, not the current maximum > PCI bus number, when

[U-Boot] [PATCHv2] dm: pci: change bus number register setting compliant with Linux

2017-10-19 Thread Zhiqiang Hou
From: Minghuan Lian This patch is to change U-Boot PCI bus assignement compliant with Linux. It means each PCIe controller's bus number is 0, not the current maximum PCI bus number, when start to scan this controller. Signed-off-by: Minghuan Lian