powerpc/pasemi: Set PCI_SCAN_ALL_PCI_DEVS

Needed on Amiga X1000 with SB600.

Reported-by: Christian Zigotzky <chzigotzky@xenosoft.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Olof Johansson 2017-12-06 12:03:52 +01:00 committed by Michael Ellerman
parent a5db5060e0
commit eff06ef089

View File

@ -224,6 +224,8 @@ void __init pas_pci_init(void)
return;
}
pci_set_flags(PCI_SCAN_ALL_PCIE_DEVS);
for (np = NULL; (np = of_get_next_child(root, np)) != NULL;)
if (np->name && !strcmp(np->name, "pxp") && !pas_add_bridge(np))
of_node_get(np);