linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Added QE to the list of default scanned OF devices
@ 2007-02-08 16:56 Andy Fleming
  2007-02-08 17:11 ` Kumar Gala
  2007-02-08 22:27 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 6+ messages in thread
From: Andy Fleming @ 2007-02-08 16:56 UTC (permalink / raw)
  To: Kumar Gala, linuxppc-dev


Signed-off-by: Andrew Fleming <afleming@freescale.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 b734517..43c5a00 100644
--- a/arch/powerpc/kernel/of_platform.c
+++ b/arch/powerpc/kernel/of_platform.c
@@ -51,6 +51,7 @@ static struct of_device_id of_default_bu
 	{ .type = "plb4", },
 	{ .type = "opb", },
 	{ .type = "ebc", },
+	{ .type = "qe", },
 	{},
 };
 
-- 
1.4.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-09  1:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-08 16:56 [PATCH] Added QE to the list of default scanned OF devices Andy Fleming
2007-02-08 17:11 ` Kumar Gala
2007-02-08 22:27 ` Benjamin Herrenschmidt
2007-02-08 22:56   ` Kumar Gala
2007-02-08 23:25     ` Kumar Gala
2007-02-09  1:00       ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).