[U-Boot] [PATCH] dm: pci: Allow PCI bus numbering aliases
Simon Glass
sjg at chromium.org
Sun May 17 19:49:46 CEST 2015
On 10 May 2015 at 21:08, Simon Glass <sjg at chromium.org> wrote:
> Commit 9cc36a2 'dm: core: Add a flag to control sequence numbering'
changed
> the default uclass behaviour to not support bus numbering. This is
incorrect
> for PCI and that commit should have enabled the flag for PCI.
>
> Enable it so that PCI buses can be found and the 'pci' command works
again.
> Also add a test for this.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/pci/pci-uclass.c | 1 +
> test/dm/pci.c | 11 +++++++++++
> 2 files changed, 12 insertions(+)
Applied to u-boot-dm.
More information about the U-Boot
mailing list