commit | be706105228eb20dc5f1e23bdc9ffe44967c4804 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 16 21:20:18 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 18 20:32:21 2020 -0700 |
tree | b0dee92031c3d243d172738fda8c7a0b74884260 | |
parent | 3a9d5f19e85b87aa5db9af1d6e9b6c1a58f8c5e7 [diff] |
pci: Update to use new sequence numbers 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 <sjg@chromium.org>