diff options
author | Arnd Bergmann <arnd@arndb.de> | 2006-12-19 09:32:46 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@klappe.arndb.de> | 2006-12-19 09:35:40 -0500 |
commit | 4bc196266e61be1ea9391a6a52c0399c5b394e5b (patch) | |
tree | 09e1875618744627d15659b2a13d588e3b2a0c52 /arch/powerpc | |
parent | ccb4911598172a131b6a2d99d7eecfcee1ecc8f7 (diff) |
[POWERPC] powerpc: add scanning of ebc bus to of_platform
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/of_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index 3002ea3a61a2..b7345176b399 100644 --- a/arch/powerpc/kernel/of_platform.c +++ b/arch/powerpc/kernel/of_platform.c | |||
@@ -50,6 +50,7 @@ static struct of_device_id of_default_bus_ids[] = { | |||
50 | { .type = "plb5", }, | 50 | { .type = "plb5", }, |
51 | { .type = "plb4", }, | 51 | { .type = "plb4", }, |
52 | { .type = "opb", }, | 52 | { .type = "opb", }, |
53 | { .type = "ebc", }, | ||
53 | {}, | 54 | {}, |
54 | }; | 55 | }; |
55 | 56 | ||