[U-Boot] [PATCH 09/11] dm: pci: Use the correct hose when configuring devices
Simon Glass
sjg at chromium.org
Wed Jun 24 05:25:46 CEST 2015
On 7 June 2015 at 08:50, Simon Glass <sjg at chromium.org> wrote:
> Only the PCI controller has access to the PCI region information. Make sure
> to use the controller (rather than any attached bridges) when configuring
> devices.
>
> This corrects a failure to scan and configure devices when driver model is
> enabled for PCI.
>
> Also add a comment to explain the problem.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/pci/pci-uclass.c | 6 +++++-
> drivers/pci/pci_common.c | 6 ++++++
> include/pci.h | 10 ++++++++++
> 3 files changed, 21 insertions(+), 1 deletion(-)
Applied to u-boot-86.
More information about the U-Boot
mailing list