Skip to content

Commit

Permalink
powerpc/pasemi: Set PCI_SCAN_ALL_PCI_DEVS
Browse files Browse the repository at this point in the history
Needed on Amiga X1000 with SB600.

Reported-by: Christian Zigotzky <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
olofj authored and mpe committed Jun 3, 2018
1 parent a5db506 commit eff06ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/platforms/pasemi/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eff06ef

Please sign in to comment.