commit | 4345998ae9dfad7ba0beb54ad4322134557504a9 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 03 01:14:45 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 08 12:49:31 2018 +0100 |
tree | bb4e8d49af00eb5cc0028ff9efa73dc2f0b61207 | |
parent | ed698aa7dee0fd078b4eb2fc54e64cfeaa68061a [diff] |
pci: sandbox: Support dynamically binding device driver At present all emulated sandbox pci devices must be present in the device tree in order to be used. The real world pci uclass driver supports pci device driver matching, and we should add such support on sandbox too. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>