Now that we know the sequence number at bind time, there is no need for special-case code in dm_pci_hose_probe_bus().
Note: the PCI_CAP_ID_EA code may need a look, but there are no test failures so I have left it as is. Signed-off-by: Simon Glass <s...@chromium.org> --- Changes in v3: - Update PCI to use manual sequence numbering Changes in v2: - Use the sequence number directly instead of max bus drivers/pci/pci-uclass.c | 45 ++++++++++++++++++++++++---------------- drivers/pci/pci_auto.c | 10 ++++----- 2 files changed, 32 insertions(+), 23 deletions(-) Applied to u-boot-dm/next, thanks!