[POWERPC] powerpc: add scanning of ebc bus to of_platform
authorArnd Bergmann <arnd@arndb.de>
Tue, 19 Dec 2006 14:32:46 +0000 (15:32 +0100)
committerArnd Bergmann <arnd@klappe.arndb.de>
Tue, 19 Dec 2006 14:35:40 +0000 (15:35 +0100)
This patch add scanning of ebc bus to of_platform, which is needed
to recognize devices located on that bus.

Signed-off-by: Christian Krafft <krafft@de.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/kernel/of_platform.c

index 3002ea3..b734517 100644 (file)
@@ -50,6 +50,7 @@ static struct of_device_id of_default_bus_ids[] = {
        { .type = "plb5", },
        { .type = "plb4", },
        { .type = "opb", },
+       { .type = "ebc", },
        {},
 };