
Hi Bin,
Thanks a lot for your review!
-----Original Message----- From: Bin Meng [mailto:bmeng.cn@gmail.com] Sent: 2017年10月17日 17:37 To: Z.q. Hou zhiqiang.hou@nxp.com Cc: U-Boot Mailing List u-boot@lists.denx.de; York Sun york.sun@nxp.com; Stefan Roese sr@denx.de; Simon Glass sjg@chromium.org; Konstantin Porotchkin kostap@marvell.com; Tuomas Tynkkynen tuomas.tynkkynen@iki.fi; shadi@marvell.com; Mingkai Hu mingkai.hu@nxp.com Subject: Re: [U-Boot] [PATCH] dm: pci: change bus number register setting compliant with Linux
On Tue, Oct 17, 2017 at 3:48 PM, Zhiqiang Hou Zhiqiang.Hou@nxp.com wrote:
From: Minghuan Lian Minghuan.Lian@nxp.com
This patch is to change uboot PCI bus assignement compliant with Linux.
nits: U-Boot
Yes, I'll correct it next version.
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 Minghuan.Lian@nxp.com Signed-off-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com
drivers/pci/pci_auto.c | 6 +++--- drivers/pci/pcie_dw_mvebu.c | 1 + drivers/pci/pcie_layerscape.c | 2 +- drivers/pci/pcie_xilinx.c | 2 ++ 4 files changed, 7 insertions(+), 4 deletions(-)
Other than that, Reviewed-by: Bin Meng bmeng.cn@gmail.com
Thanks, Zhiqiang