commit | 02284a0628d45bae914133276fee4e6125b6bc3e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 27 00:33:39 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:42:38 2015 -0600 |
tree | 223ad820d108d4f2b0c6e5ed3c1607ea729e5e28 | |
parent | f78abfb3d0b1ebbdf2058253996792298b0da399 [diff] |
dm: pci: Allow scan bridge child devices before relocation On some platforms pci devices behind bridge need to be probed (eg: a pci uart on recent x86 chipset) before relocation. Remove such limitation so that dm pci can be used before relocation. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>