[PATCH] Added QE to the list of default scanned OF devices

Andy Fleming afleming at freescale.com
Fri Feb 9 03:56:50 EST 2007


Signed-off-by: Andrew Fleming <afleming at 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




More information about the Linuxppc-dev mailing list