[PATCH 02/11] [POWERPC] Add 'lpb' bus type for MPC5200 LocalPlus Bus

Marian Balakowicz m8 at semihalf.com
Wed Oct 24 09:13:15 EST 2007


Signed-off-by: Marian Balakowicz <m8 at semihalf.com>
---

 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 aeaa202..cc33b73 100644
--- a/arch/powerpc/kernel/of_platform.c
+++ b/arch/powerpc/kernel/of_platform.c
@@ -49,6 +49,7 @@ static struct of_device_id of_default_bus_ids[] = {
 	{ .type = "plb4", },
 	{ .type = "opb", },
 	{ .type = "ebc", },
+	{ .type = "lpb", },
 	{},
 };
 




More information about the Linuxppc-dev mailing list