Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eff06ef0 authored by Olof Johansson's avatar Olof Johansson Committed by Michael Ellerman
Browse files

powerpc/pasemi: Set PCI_SCAN_ALL_PCI_DEVS



Needed on Amiga X1000 with SB600.

Reported-by: default avatarChristian Zigotzky <chzigotzky@xenosoft.de>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent a5db5060
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);