[patch] powerpc: add scanning of ebc bus to of_platform

Christian Krafft krafft at de.ibm.com
Fri Dec 8 21:41:13 EST 2006


Subject: 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 at de.ibm.com>

Index: linux-2.6.19-rc6/arch/powerpc/kernel/of_platform.c
===================================================================
--- linux-2.6.19-rc6.orig/arch/powerpc/kernel/of_platform.c
+++ linux-2.6.19-rc6/arch/powerpc/kernel/of_platform.c
@@ -50,6 +50,7 @@ static struct of_device_id of_default_bu
 	{ .type = "plb5", },
 	{ .type = "plb4", },
 	{ .type = "opb", },
+	{ .type = "ebc", },
 	{},
 };
 


-- 
Mit freundlichen Grüssen,
kind regards,

Christian Krafft
IBM Systems & Technology Group, 
Linux Kernel Development
IT Specialist



More information about the Linuxppc-dev mailing list