powerpc/pasemi: Set PCI_SCAN_ALL_PCI_DEVS
authorOlof Johansson <olof@lixom.net>
Wed, 6 Dec 2017 11:03:52 +0000 (12:03 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Jun 2018 10:43:32 +0000 (20:43 +1000)
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>
arch/powerpc/platforms/pasemi/pci.c

index 5ff6108..aea9ff2 100644 (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);